#B6463F

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

Shades of Chestnut #B6463F

Tints of Chestnut #B6463F

Color information

#B6463F (or 0xB6463F) is unknown color: approx Chestnut. HEX triplet: B6, 46 and 3F. RGB value is (182,70,63). Sum of RGB (Red+Green+Blue) = 182+70+63=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6463F is #49B9C0. Grayscale: #666666. Windows color (decimal): -4831681 or 4146870. OLE color: 4146870.

HSL color Cylindrical-coordinate representation of color #B6463F: hue angle of 3.53º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6463F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1827063-
CMYK00.620.650.29
HSL3.53º48.57%48.04%-
HSV(B)3.53º65.38%71.37%-
XYZ22.3814.686.36-
YUV102.69105.61184.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 63 (25% from 255) = 20%
R=57.78%
G=22.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182706300.620.650.293.5348.5748.04
HexB6463F03E411D43130
Octal266106770761013546160
Binary1011011010001101111110111110100000111101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6463F; }

 p { color: rgb(182,70,63); }

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

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

 a { background-color: rgb(182,70,63); }

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

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

 span { border-color: rgb(182,70,63); }

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