COLOR #B6432D

HEX: #B6432D
RGB: (182,67,45)

Color info

#B6432D contains mainly red color. Web safe color of #B6432D is #CC3333 (or #C33).

RGB color model

#B6432D color RGB value is (182,67,45).

  • red value is 182;
  • green value is 67;
  • blue value is 45.
RGB:
(182,67,45)
(71%,26%,18%)

RGB channels and saturation

R 182 of 255 = 71%
G 67 of 255 = 26%
B 45 of 255 = 18%

182
67
45

R + G + B ~ 38%. #B6432D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 67 + 45 = 294 (100%)
R 182 of 294 ~ 61.9%
G 67 of 294 ~ 22.79%
B 45 of 294 ~ 15.31%

%61.9
%22.79
%15.31

CMYK color model

#B6432D color CMYK value is (0,63,75,29).

  • cyan value is 0.00%
  • magenta value is 63.19%
  • yellow value is 75.27%
  • key color value is 28.63%
CMYK:
(0,63,75,29)
C0M63Y75K29 
(0%,63%,75%,29%)
(0.00/0.63/0.75/0.29)	

CMYK percentages

%0
%63.19
%75.27
%28.63

Codes

Color #B6432D in popluar color models

B6432D
RGB1826745
HSL10°60.35%44.51%
HSB/HSV10°75.27%71.37%
CMYK0.00%63.19%75.27%
28.63%

Color #B6432D in popluar number systems.

HEXB6432D
Decimal1826745
Binary101101101000011101101
Octal26610355

Shades and tints

Shades of #B6432D

#B6432D
(182,67,45)
#A63D29
(166,61,41)
#963725
(150,55,37)
#863121
(134,49,33)
#762B1D
(118,43,29)
#662519
(102,37,25)
#561F15
(86,31,21)
#461911
(70,25,17)
#36130D
(54,19,13)
#260D09
(38,13,9)
#160705
(22,7,5)
#000000
(0,0,0)

Tints of #B6432D

#B6432D
(182,67,45)
#BC5440
(188,84,64)
#C26553
(194,101,83)
#C87666
(200,118,102)
#CE8779
(206,135,121)
#D4988C
(212,152,140)
#DAA99F
(218,169,159)
#E0BAB2
(224,186,178)
#E6CBC5
(230,203,197)
#ECDCD8
(236,220,216)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6432D color. Also use rgb(182,67,45) instead hex code.

Text Font Color

.myTextColor { color: #B6432D; }

<p style="color:#B6432D">This sample text font color is #B6432D.</p>

This text font color is #B6432D.


Background Color

.myBgColor { background-color: #B6432D; }

<div style="background-color:#B6432D">Inner text</div>

This div background color is #B6432D.


Border color

.myBorderColor { border: 1px solid #B6432D; }

<div style="border:3px solid #B6432D">Div</div>

This div border color is #B6432D.


Opacity

.myOpacity80 { color: #B6432D; opacity: 0.8; }

<p style="color:#B6432D;opacity:0.8;">80%</p>

Text with #B6432D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B6432D;}

<p style="text-shadow: 3px 3px 1px #B6432D">Text here.</p>

This text has shadow with #B6432D color.

.textShadow {text-shadow: 3px 3px 1px #B6432D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B6432D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B6432D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6432D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B6432D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B6432D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B6432D;
  -webkit-box-shadow:	1px 1px 3px 2px #B6432D;
  box-shadow:		1px 1px 3px 2px #B6432D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6432D;
-webkit-box-shadow: 1px 1px 3px 2px #B6432D;
box-shadow:1px 1px 3px 2px #B6432D;">
Div content here</div>
This div box has shadow with color #B6432D.

Preview

Color preview on black background

This text has color #B6432D on black background.


Color preview on white background

This text has color #B6432D on white background.



Black color preview on #B6432D background

This text has black color on #B6432D background.


White color preview on #B6432D background

This text has white color on #B6432D background.