Html Css Color HEX #B5504A Chestnut

📋 copy color: '#B5504A'

red 181 ◦ green 80 ◦ blue 74

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

Shades of Chestnut #B5504A

Tints of Chestnut #B5504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 54.03%
G = 23.88%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5504A (or 0xB5504A) is known color: Chestnut. HEX triplet: B5, 50 and 4A. RGB value is (181,80,74). Sum of RGB (Red+Green+Blue) = 181+80+74=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5504A is #4AAFB5. Grayscale: #6D6D6D. Windows color (decimal): -4894646 or 4870325. OLE color: 4870325.

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

Color convert

RGB 181 80 74 -
CMYK 0 0.56 0.59 0.29
HSL 3.36º 0.42% 0.5% -
HSV(B) 3.36º 0.59% 0.71% -
XYZ 23.16 16.06 8.36 -
YUV 109.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 181 80 74 0 0.56 0.59 0.29 3.36 0.42 0.5
Hex B5 50 4A 0 38 3B 1D 3 2A 32
Octal 265 120 112 0 70 73 35 3 52 62
Binary 10110101 1010000 1001010 0 111000 111011 11101 11 101010 110010

Color Harmonies of #B5504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5504A

Black with #B5504A

Text Example


Text Example

White with #B5504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5504A; }

 p { color: rgb(181,80,74); }

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

background-color css

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

 a { background-color: rgb(181,80,74); }

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

border-color css

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

 span { border-color: rgb(181,80,74); }

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