#B64C4A

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

Shades of Chestnut #B64C4A

Tints of Chestnut #B64C4A

Color information

#B64C4A (or 0xB64C4A) is unknown color: approx Chestnut. HEX triplet: B6, 4C and 4A. RGB value is (182,76,74). Sum of RGB (Red+Green+Blue) = 182+76+74=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C4A is #49B3B5. Grayscale: #6B6B6B. Windows color (decimal): -4830134 or 4869302. OLE color: 4869302.

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

Color convert

RGB1827674-
CMYK00.580.590.29
HSL1.11º42.52%50.2%-
HSV(B)1.11º59.34%71.37%-
XYZ23.1115.618.27-
YUV107.47109.12181.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=54.82%
G=22.89%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182767400.580.590.291.1142.5250.2
HexB64C4A03A3B1D12b32
Octal266114112072733515362
Binary10110110100110010010100111010111011111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C4A; }

 p { color: rgb(182,76,74); }

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

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

 a { background-color: rgb(182,76,74); }

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

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

 span { border-color: rgb(182,76,74); }

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