Html Css Color HEX #B9544A Chestnut

📋 copy color: '#B9544A'

red 185 ◦ green 84 ◦ blue 74

#B9544A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #B9544A

Tints of Chestnut #B9544A

RGB

 RED value IS 185 (72.66% from 255) = 53.94%

 GREEN value IS 84 (33.2% from 255) = 24.49%

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 53.94%
G = 24.49%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.6

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9544A (or 0xB9544A) is known color: Chestnut. HEX triplet: B9, 54 and 4A. RGB value is (185,84,74). Sum of RGB (Red+Green+Blue) = 185+84+74=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9544A is #46ABB5. Grayscale: #717171. Windows color (decimal): -4631478 or 4871353. OLE color: 4871353.

HSL color Cylindrical-coordinate representation of color #B9544A: hue angle of 5.41º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9544A is Cyan = 0, Magento = 0.55, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 74 -
CMYK 0 0.55 0.6 0.27
HSL 5.41º 0.44% 0.51% -
HSV(B) 5.41º 0.6% 0.73% -
XYZ 24.41 17.15 8.5 -
YUV 113.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 185 84 74 0 0.55 0.6 0.27 5.41 0.44 0.51
Hex B9 54 4A 0 37 3C 1B 5 2C 33
Octal 271 124 112 0 67 74 33 5 54 63
Binary 10111001 1010100 1001010 0 110111 111100 11011 101 101100 110011

Color Harmonies of #B9544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9544A

Black with #B9544A

Text Example


Text Example

White with #B9544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9544A; }

 p { color: rgb(185,84,74); }

 H1.HeaderClassName
 {
   color: #B9544A;
 }
 .AnyTagClassName
 {
   color: #B9544A;
 }
</style>

background-color css

<style>
 a { background-color: #B9544A; }

 a { background-color: rgb(185,84,74); }

 div.DivClassName
 {
   background-color: #B9544A;
 }
 .BgClassName
 {
   background-color: #B9544A;
 }
</style>

border-color css

<style>
 span { border-color: #B9544A; }

 span { border-color: rgb(185,84,74); }

 td.TdClassName
 {
   border-color: #B9544A;
 }
 .TagClassName
 {
   border-color: #B9544A;
 }
</style>