#B64E4D

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

Shades of Chestnut #B64E4D

Tints of Chestnut #B64E4D

Color information

#B64E4D (or 0xB64E4D) is unknown color: approx Chestnut. HEX triplet: B6, 4E and 4D. RGB value is (182,78,77). Sum of RGB (Red+Green+Blue) = 182+78+77=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E4D is #49B1B2. Grayscale: #6D6D6D. Windows color (decimal): -4829619 or 5066422. OLE color: 5066422.

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

Color convert

RGB1827877-
CMYK00.570.580.29
HSL0.57º41.83%50.78%-
HSV(B)0.57º57.69%71.37%-
XYZ23.3615.938.86-
YUV108.98109.96180.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=54.01%
G=23.15%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182787700.570.580.290.5741.8350.78
HexB64E4D0393A1D12a33
Octal266116115071723515263
Binary10110110100111010011010111001111010111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E4D; }

 p { color: rgb(182,78,77); }

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

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

 a { background-color: rgb(182,78,77); }

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

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

 span { border-color: rgb(182,78,77); }

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