Html Css Color HEX #B8554E Chestnut

📋 copy color: '#B8554E'

red 184 ◦ green 85 ◦ blue 78

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

Shades of Chestnut #B8554E

Tints of Chestnut #B8554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 53.03%
G = 24.5%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8554E (or 0xB8554E) is known color: Chestnut. HEX triplet: B8, 55 and 4E. RGB value is (184,85,78). Sum of RGB (Red+Green+Blue) = 184+85+78=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8554E is #47AAB1. Grayscale: #717171. Windows color (decimal): -4696754 or 5133752. OLE color: 5133752.

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

Color convert

RGB 184 85 78 -
CMYK 0 0.54 0.58 0.28
HSL 3.96º 0.43% 0.51% -
HSV(B) 3.96º 0.58% 0.72% -
XYZ 24.39 17.24 9.25 -
YUV 113.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 184 85 78 0 0.54 0.58 0.28 3.96 0.43 0.51
Hex B8 55 4E 0 36 3A 1C 4 2B 33
Octal 270 125 116 0 66 72 34 4 53 63
Binary 10111000 1010101 1001110 0 110110 111010 11100 100 101011 110011

Color Harmonies of #B8554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8554E

Black with #B8554E

Text Example


Text Example

White with #B8554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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