Html Css Color HEX #B45951 Chestnut

📋 copy color: '#B45951'

red 180 ◦ green 89 ◦ blue 81

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

Shades of Chestnut #B45951

Tints of Chestnut #B45951

RGB

 RED value IS 180 (70.7% from 255) = 51.43%

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 51.43%
G = 25.43%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B45951 (or 0xB45951) is known color: Chestnut. HEX triplet: B4, 59 and 51. RGB value is (180,89,81). Sum of RGB (Red+Green+Blue) = 180+89+81=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B45951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45951 is #4BA6AE. Grayscale: #737373. Windows color (decimal): -4957871 or 5331380. OLE color: 5331380.

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

Color convert

RGB 180 89 81 -
CMYK 0 0.51 0.55 0.29
HSL 4.85º 0.4% 0.51% -
HSV(B) 4.85º 0.55% 0.71% -
XYZ 23.88 17.44 9.89 -
YUV 115.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 180 89 81 0 0.51 0.55 0.29 4.85 0.4 0.51
Hex B4 59 51 0 33 37 1D 5 28 33
Octal 264 131 121 0 63 67 35 5 50 63
Binary 10110100 1011001 1010001 0 110011 110111 11101 101 101000 110011

Color Harmonies of #B45951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45951

Black with #B45951

Text Example


Text Example

White with #B45951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45951; }

 p { color: rgb(180,89,81); }

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

background-color css

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

 a { background-color: rgb(180,89,81); }

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

border-color css

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

 span { border-color: rgb(180,89,81); }

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