Html Css Color HEX #B55141 Chestnut

📋 copy color: '#B55141'

red 181 ◦ green 81 ◦ blue 65

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

Shades of Chestnut #B55141

Tints of Chestnut #B55141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 55.35%
G = 24.77%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B55141 (or 0xB55141) is known color: Chestnut. HEX triplet: B5, 51 and 41. RGB value is (181,81,65). Sum of RGB (Red+Green+Blue) = 181+81+65=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B55141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55141 is #4AAEBE. Grayscale: #6D6D6D. Windows color (decimal): -4894399 or 4280757. OLE color: 4280757.

HSL color Cylindrical-coordinate representation of color #B55141: hue angle of 8.28º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55141 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 65 -
CMYK 0 0.55 0.64 0.29
HSL 8.28º 0.47% 0.48% -
HSV(B) 8.28º 0.64% 0.71% -
XYZ 22.95 16.09 6.9 -
YUV 109.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 181 81 65 0 0.55 0.64 0.29 8.28 0.47 0.48
Hex B5 51 41 0 37 40 1D 8 2F 30
Octal 265 121 101 0 67 100 35 10 57 60
Binary 10110101 1010001 1000001 0 110111 1000000 11101 1000 101111 110000

Color Harmonies of #B55141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55141

Black with #B55141

Text Example


Text Example

White with #B55141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55141; }

 p { color: rgb(181,81,65); }

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

background-color css

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

 a { background-color: rgb(181,81,65); }

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

border-color css

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

 span { border-color: rgb(181,81,65); }

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