Html Css Color HEX #B5554C Chestnut

📋 copy color: '#B5554C'

red 181 ◦ green 85 ◦ blue 76

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

Shades of Chestnut #B5554C

Tints of Chestnut #B5554C

RGB

 RED value IS 181 (71.09% from 255) = 52.92%

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

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

R = 52.92%
G = 24.85%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5554C (or 0xB5554C) is known color: Chestnut. HEX triplet: B5, 55 and 4C. RGB value is (181,85,76). Sum of RGB (Red+Green+Blue) = 181+85+76=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5554C is #4AAAB3. Grayscale: #707070. Windows color (decimal): -4893364 or 5002677. OLE color: 5002677.

HSL color Cylindrical-coordinate representation of color #B5554C: hue angle of 5.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5554C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 76 -
CMYK 0 0.53 0.58 0.29
HSL 5.14º 0.42% 0.5% -
HSV(B) 5.14º 0.58% 0.71% -
XYZ 23.61 16.84 8.84 -
YUV 112.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 181 85 76 0 0.53 0.58 0.29 5.14 0.42 0.5
Hex B5 55 4C 0 35 3A 1D 5 2A 32
Octal 265 125 114 0 65 72 35 5 52 62
Binary 10110101 1010101 1001100 0 110101 111010 11101 101 101010 110010

Color Harmonies of #B5554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5554C

Black with #B5554C

Text Example


Text Example

White with #B5554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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