Html Css Color HEX #B2504D Chestnut

📋 copy color: '#B2504D'

red 178 ◦ green 80 ◦ blue 77

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

Shades of Chestnut #B2504D

Tints of Chestnut #B2504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

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

R = 53.13%
G = 23.88%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2504D (or 0xB2504D) is known color: Chestnut. HEX triplet: B2, 50 and 4D. RGB value is (178,80,77). Sum of RGB (Red+Green+Blue) = 178+80+77=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2504D is #4DAFB2. Grayscale: #6D6D6D. Windows color (decimal): -5091251 or 5066930. OLE color: 5066930.

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

Color convert

RGB 178 80 77 -
CMYK 0 0.55 0.57 0.30
HSL 1.78º 0.4% 0.5% -
HSV(B) 1.78º 0.57% 0.7% -
XYZ 22.57 15.74 8.87 -
YUV 108.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 178 80 77 0 0.55 0.57 0.30 1.78 0.4 0.5
Hex B2 50 4D 0 37 39 1E 2 28 32
Octal 262 120 115 0 67 71 36 2 50 62
Binary 10110010 1010000 1001101 0 110111 111001 11110 10 101000 110010

Color Harmonies of #B2504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2504D

Black with #B2504D

Text Example


Text Example

White with #B2504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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