Html Css Color HEX #B55750 Chestnut

📋 copy color: '#B55750'

red 181 ◦ green 87 ◦ blue 80

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

Shades of Chestnut #B55750

Tints of Chestnut #B55750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 52.01%
G = 25%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B55750 (or 0xB55750) is known color: Chestnut. HEX triplet: B5, 57 and 50. RGB value is (181,87,80). Sum of RGB (Red+Green+Blue) = 181+87+80=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55750 is #4AA8AF. Grayscale: #727272. Windows color (decimal): -4892848 or 5265333. OLE color: 5265333.

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

Color convert

RGB 181 87 80 -
CMYK 0 0.52 0.56 0.29
HSL 4.16º 0.41% 0.51% -
HSV(B) 4.16º 0.56% 0.71% -
XYZ 23.91 17.22 9.65 -
YUV 114.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 181 87 80 0 0.52 0.56 0.29 4.16 0.41 0.51
Hex B5 57 50 0 34 38 1D 4 29 33
Octal 265 127 120 0 64 70 35 4 51 63
Binary 10110101 1010111 1010000 0 110100 111000 11101 100 101001 110011

Color Harmonies of #B55750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55750

Black with #B55750

Text Example


Text Example

White with #B55750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55750; }

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

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

background-color css

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

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

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

border-color css

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

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

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