Html Css Color HEX #B4574D Chestnut

📋 copy color: '#B4574D'

red 180 ◦ green 87 ◦ blue 77

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

Shades of Chestnut #B4574D

Tints of Chestnut #B4574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 52.33%
G = 25.29%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4574D (or 0xB4574D) is known color: Chestnut. HEX triplet: B4, 57 and 4D. RGB value is (180,87,77). Sum of RGB (Red+Green+Blue) = 180+87+77=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4574D is #4BA8B2. Grayscale: #717171. Windows color (decimal): -4958387 or 5068724. OLE color: 5068724.

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

Color convert

RGB 180 87 77 -
CMYK 0 0.52 0.57 0.29
HSL 5.83º 0.41% 0.5% -
HSV(B) 5.83º 0.57% 0.71% -
XYZ 23.57 17.06 9.07 -
YUV 113.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 180 87 77 0 0.52 0.57 0.29 5.83 0.41 0.5
Hex B4 57 4D 0 34 39 1D 6 29 32
Octal 264 127 115 0 64 71 35 6 51 62
Binary 10110100 1010111 1001101 0 110100 111001 11101 110 101001 110010

Color Harmonies of #B4574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4574D

Black with #B4574D

Text Example


Text Example

White with #B4574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4574D; }

 p { color: rgb(180,87,77); }

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

background-color css

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

 a { background-color: rgb(180,87,77); }

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

border-color css

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

 span { border-color: rgb(180,87,77); }

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