Html Css Color HEX #B5574E Chestnut

📋 copy color: '#B5574E'

red 181 ◦ green 87 ◦ blue 78

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

Shades of Chestnut #B5574E

Tints of Chestnut #B5574E

RGB

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

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

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

R = 52.31%
G = 25.14%
B = 22.54%

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

#B5574E (or 0xB5574E) is known color: Chestnut. HEX triplet: B5, 57 and 4E. RGB value is (181,87,78). Sum of RGB (Red+Green+Blue) = 181+87+78=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5574E is #4AA8B1. Grayscale: #727272. Windows color (decimal): -4892850 or 5134261. OLE color: 5134261.

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

Color convert

RGB 181 87 78 -
CMYK 0 0.52 0.57 0.29
HSL 5.24º 0.41% 0.51% -
HSV(B) 5.24º 0.57% 0.71% -
XYZ 23.84 17.19 9.27 -
YUV 114.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 181 87 78 0 0.52 0.57 0.29 5.24 0.41 0.51
Hex B5 57 4E 0 34 39 1D 5 29 33
Octal 265 127 116 0 64 71 35 5 51 63
Binary 10110101 1010111 1001110 0 110100 111001 11101 101 101001 110011

Color Harmonies of #B5574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5574E

Black with #B5574E

Text Example


Text Example

White with #B5574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5574E; }

 p { color: rgb(181,87,78); }

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

background-color css

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

 a { background-color: rgb(181,87,78); }

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

border-color css

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

 span { border-color: rgb(181,87,78); }

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