Html Css Color HEX #B4554C Chestnut

📋 copy color: '#B4554C'

red 180 ◦ green 85 ◦ blue 76

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

Shades of Chestnut #B4554C

Tints of Chestnut #B4554C

RGB

 RED value IS 180 (70.7% from 255) = 52.79%

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

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

R = 52.79%
G = 24.93%
B = 22.29%

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

#B4554C (or 0xB4554C) is known color: Chestnut. HEX triplet: B4, 55 and 4C. RGB value is (180,85,76). Sum of RGB (Red+Green+Blue) = 180+85+76=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4554C is #4BAAB3. Grayscale: #707070. Windows color (decimal): -4958900 or 5002676. OLE color: 5002676.

HSL color Cylindrical-coordinate representation of color #B4554C: hue angle of 5.19º degrees, saturation: 0.41, 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 #B4554C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 76 -
CMYK 0 0.53 0.58 0.29
HSL 5.19º 0.41% 0.5% -
HSV(B) 5.19º 0.58% 0.71% -
XYZ 23.38 16.72 8.83 -
YUV 112.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 180 85 76 0 0.53 0.58 0.29 5.19 0.41 0.5
Hex B4 55 4C 0 35 3A 1D 5 29 32
Octal 264 125 114 0 65 72 35 5 51 62
Binary 10110100 1010101 1001100 0 110101 111010 11101 101 101001 110010

Color Harmonies of #B4554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4554C

Black with #B4554C

Text Example


Text Example

White with #B4554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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