#B65043

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

Shades of Chestnut #B65043

Tints of Chestnut #B65043

Color information

#B65043 (or 0xB65043) is unknown color: approx Chestnut. HEX triplet: B6, 50 and 43. RGB value is (182,80,67). Sum of RGB (Red+Green+Blue) = 182+80+67=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B65043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65043 is #49AFBC. Grayscale: #6D6D6D. Windows color (decimal): -4829117 or 4411574. OLE color: 4411574.

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

Color convert

RGB1828067-
CMYK00.560.630.29
HSL6.78º46.18%48.82%-
HSV(B)6.78º63.19%71.37%-
XYZ23.1716.097.19-
YUV109.02104.29180.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 67 (26.56% from 255) = 20.36%
R=55.32%
G=24.32%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182806700.560.630.296.7846.1848.82
HexB650430383F1D72e31
Octal266120103070773575661
Binary1011011010100001000011011100011111111101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65043; }

 p { color: rgb(182,80,67); }

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

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

 a { background-color: rgb(182,80,67); }

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

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

 span { border-color: rgb(182,80,67); }

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