#B4584F

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

Shades of Chestnut #B4584F

Tints of Chestnut #B4584F

Color information

#B4584F (or 0xB4584F) is unknown color: approx Chestnut. HEX triplet: B4, 58 and 4F. RGB value is (180,88,79). Sum of RGB (Red+Green+Blue) = 180+88+79=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B4584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4584F is #4BA7B0. Grayscale: #727272. Windows color (decimal): -4958129 or 5200052. OLE color: 5200052.

HSL color Cylindrical-coordinate representation of color #B4584F: hue angle of 5.35º degrees, saturation: 0.4, 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 #B4584F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1808879-
CMYK00.510.560.29
HSL5.35º40.24%50.78%-
HSV(B)5.35º56.11%70.59%-
XYZ23.7217.259.48-
YUV114.48107.98174.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=51.87%
G=25.36%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180887900.510.560.295.3540.2450.78
HexB4584F033381D52833
Octal264130117063703555063
Binary1011010010110001001111011001111100011101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4584F; }

 p { color: rgb(180,88,79); }

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

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

 a { background-color: rgb(180,88,79); }

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

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

 span { border-color: rgb(180,88,79); }

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