#B65752

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

Shades of Chestnut #B65752

Tints of Chestnut #B65752

Color information

#B65752 (or 0xB65752) is unknown color: approx Chestnut. HEX triplet: B6, 57 and 52. RGB value is (182,87,82). Sum of RGB (Red+Green+Blue) = 182+87+82=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65752 is #49A8AD. Grayscale: #727272. Windows color (decimal): -4827310 or 5396406. OLE color: 5396406.

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

Color convert

RGB1828782-
CMYK00.520.550.29
HSL40.65%51.76%-
HSV(B)54.95%71.37%-
XYZ24.2217.3710.06-
YUV114.84109.47175.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=51.85%
G=24.79%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182878200.520.550.29340.6551.76
HexB65752034371D32934
Octal266127122064673535164
Binary101101101010111101001001101001101111110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65752; }

 p { color: rgb(182,87,82); }

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

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

 a { background-color: rgb(182,87,82); }

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

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

 span { border-color: rgb(182,87,82); }

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