Html Css Color HEX #B45240 Chestnut

📋 copy color: '#B45240'

red 180 ◦ green 82 ◦ blue 64

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

Shades of Chestnut #B45240

Tints of Chestnut #B45240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 55.21%
G = 25.15%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B45240 (or 0xB45240) is known color: Chestnut. HEX triplet: B4, 52 and 40. RGB value is (180,82,64). Sum of RGB (Red+Green+Blue) = 180+82+64=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B45240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45240 is #4BADBF. Grayscale: #6D6D6D. Windows color (decimal): -4959680 or 4215476. OLE color: 4215476.

HSL color Cylindrical-coordinate representation of color #B45240: hue angle of 9.31º degrees, saturation: 0.48, 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 #B45240 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 64 -
CMYK 0 0.54 0.64 0.29
HSL 9.31º 0.48% 0.48% -
HSV(B) 9.31º 0.64% 0.71% -
XYZ 22.77 16.11 6.76 -
YUV 109.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 180 82 64 0 0.54 0.64 0.29 9.31 0.48 0.48
Hex B4 52 40 0 36 40 1D 9 30 30
Octal 264 122 100 0 66 100 35 11 60 60
Binary 10110100 1010010 1000000 0 110110 1000000 11101 1001 110000 110000

Color Harmonies of #B45240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45240

Black with #B45240

Text Example


Text Example

White with #B45240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45240; }

 p { color: rgb(180,82,64); }

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

background-color css

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

 a { background-color: rgb(180,82,64); }

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

border-color css

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

 span { border-color: rgb(180,82,64); }

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