Html Css Color HEX #B8554B Chestnut

📋 copy color: '#B8554B'

red 184 ◦ green 85 ◦ blue 75

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

Shades of Chestnut #B8554B

Tints of Chestnut #B8554B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 53.49%
G = 24.71%
B = 21.8%

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

#B8554B (or 0xB8554B) is known color: Chestnut. HEX triplet: B8, 55 and 4B. RGB value is (184,85,75). Sum of RGB (Red+Green+Blue) = 184+85+75=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8554B is #47AAB4. Grayscale: #717171. Windows color (decimal): -4696757 or 4937144. OLE color: 4937144.

HSL color Cylindrical-coordinate representation of color #B8554B: hue angle of 5.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 #B8554B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 75 -
CMYK 0 0.54 0.59 0.28
HSL 5.5º 0.43% 0.51% -
HSV(B) 5.5º 0.59% 0.72% -
XYZ 24.29 17.2 8.7 -
YUV 113.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 184 85 75 0 0.54 0.59 0.28 5.5 0.43 0.51
Hex B8 55 4B 0 36 3B 1C 6 2B 33
Octal 270 125 113 0 66 73 34 6 53 63
Binary 10111000 1010101 1001011 0 110110 111011 11100 110 101011 110011

Color Harmonies of #B8554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8554B

Black with #B8554B

Text Example


Text Example

White with #B8554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8554B; }

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

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

background-color css

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

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

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

border-color css

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

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

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