#B45048

Color #B45048 Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B45048

Tints of Chestnut #B45048

Color information

#B45048 (or 0xB45048) is unknown color: approx Chestnut. HEX triplet: B4, 50 and 48. RGB value is (180,80,72). Sum of RGB (Red+Green+Blue) = 180+80+72=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B45048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45048 is #4BAFB7. Grayscale: #6D6D6D. Windows color (decimal): -4960184 or 4739252. OLE color: 4739252.

HSL color Cylindrical-coordinate representation of color #B45048: hue angle of 4.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45048 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1808072-
CMYK00.560.600.29
HSL4.44º42.86%49.41%-
HSV(B)4.44º60%70.59%-
XYZ22.8615.918-
YUV108.99107.13178.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=54.22%
G=24.10%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180807200.560.600.294.4442.8649.41
HexB450480383C1D42b31
Octal264120110070743545361
Binary1011010010100001001000011100011110011101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45048; }

 p { color: rgb(180,80,72); }

 H1.HeaderClassName
 {
   color: #B45048;
 }
 .AnyTagClassName
 {
   color: #B45048;
 }
</style>
background-color css

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

 a { background-color: rgb(180,80,72); }

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

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

 span { border-color: rgb(180,80,72); }

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