Html Css Color HEX #B5524D Chestnut

📋 copy color: '#B5524D'

red 181 ◦ green 82 ◦ blue 77

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

Shades of Chestnut #B5524D

Tints of Chestnut #B5524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

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

R = 53.24%
G = 24.12%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5524D (or 0xB5524D) is known color: Chestnut. HEX triplet: B5, 52 and 4D. RGB value is (181,82,77). Sum of RGB (Red+Green+Blue) = 181+82+77=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5524D is #4AADB2. Grayscale: #6F6F6F. Windows color (decimal): -4894131 or 5067445. OLE color: 5067445.

HSL color Cylindrical-coordinate representation of color #B5524D: hue angle of 2.88º 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 #B5524D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 77 -
CMYK 0 0.55 0.57 0.29
HSL 2.88º 0.41% 0.51% -
HSV(B) 2.88º 0.57% 0.71% -
XYZ 23.41 16.39 8.95 -
YUV 111.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 181 82 77 0 0.55 0.57 0.29 2.88 0.41 0.51
Hex B5 52 4D 0 37 39 1D 3 29 33
Octal 265 122 115 0 67 71 35 3 51 63
Binary 10110101 1010010 1001101 0 110111 111001 11101 11 101001 110011

Color Harmonies of #B5524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5524D

Black with #B5524D

Text Example


Text Example

White with #B5524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5524D; }

 p { color: rgb(181,82,77); }

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

background-color css

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

 a { background-color: rgb(181,82,77); }

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

border-color css

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

 span { border-color: rgb(181,82,77); }

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