Html Css Color HEX #B8554C Chestnut

📋 copy color: '#B8554C'

red 184 ◦ green 85 ◦ blue 76

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

Shades of Chestnut #B8554C

Tints of Chestnut #B8554C

RGB

 RED value IS 184 (72.27% from 255) = 53.33%

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 53.33%
G = 24.64%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8554C (or 0xB8554C) is known color: Chestnut. HEX triplet: B8, 55 and 4C. RGB value is (184,85,76). Sum of RGB (Red+Green+Blue) = 184+85+76=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8554C is #47AAB3. Grayscale: #717171. Windows color (decimal): -4696756 or 5002680. OLE color: 5002680.

HSL color Cylindrical-coordinate representation of color #B8554C: hue angle of 5º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8554C is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 76 -
CMYK 0 0.54 0.59 0.28
HSL 0.43% 0.51% -
HSV(B) 0.59% 0.72% -
XYZ 24.32 17.21 8.88 -
YUV 113.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 184 85 76 0 0.54 0.59 0.28 5 0.43 0.51
Hex B8 55 4C 0 36 3B 1C 5 2B 33
Octal 270 125 114 0 66 73 34 5 53 63
Binary 10111000 1010101 1001100 0 110110 111011 11100 101 101011 110011

Color Harmonies of #B8554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8554C

Black with #B8554C

Text Example


Text Example

White with #B8554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8554C; }

 p { color: rgb(184,85,76); }

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

background-color css

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

 a { background-color: rgb(184,85,76); }

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

border-color css

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

 span { border-color: rgb(184,85,76); }

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