Html Css Color HEX #B2524D Chestnut

📋 copy color: '#B2524D'

red 178 ◦ green 82 ◦ blue 77

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

Shades of Chestnut #B2524D

Tints of Chestnut #B2524D

RGB

 RED value IS 178 (69.92% from 255) = 52.82%

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

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

R = 52.82%
G = 24.33%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2524D (or 0xB2524D) is known color: Chestnut. HEX triplet: B2, 52 and 4D. RGB value is (178,82,77). Sum of RGB (Red+Green+Blue) = 178+82+77=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2524D is #4DADB2. Grayscale: #6E6E6E. Windows color (decimal): -5090739 or 5067442. OLE color: 5067442.

HSL color Cylindrical-coordinate representation of color #B2524D: hue angle of 2.97º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2524D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 77 -
CMYK 0 0.54 0.57 0.30
HSL 2.97º 0.4% 0.5% -
HSV(B) 2.97º 0.57% 0.7% -
XYZ 22.72 16.04 8.92 -
YUV 110.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 178 82 77 0 0.54 0.57 0.30 2.97 0.4 0.5
Hex B2 52 4D 0 36 39 1E 3 28 32
Octal 262 122 115 0 66 71 36 3 50 62
Binary 10110010 1010010 1001101 0 110110 111001 11110 11 101000 110010

Color Harmonies of #B2524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2524D

Black with #B2524D

Text Example


Text Example

White with #B2524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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