#B65450

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

Shades of Chestnut #B65450

Tints of Chestnut #B65450

Color information

#B65450 (or 0xB65450) is unknown color: approx Chestnut. HEX triplet: B6, 54 and 50. RGB value is (182,84,80). Sum of RGB (Red+Green+Blue) = 182+84+80=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B65450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65450 is #49ABAF. Grayscale: #707070. Windows color (decimal): -4828080 or 5264566. OLE color: 5264566.

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

Color convert

RGB1828480-
CMYK00.540.560.29
HSL2.35º41.13%51.37%-
HSV(B)2.35º56.04%71.37%-
XYZ23.9116.869.58-
YUV112.85109.47177.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=52.60%
G=24.28%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182848000.540.560.292.3541.1351.37
HexB65450036381D22933
Octal266124120066703525163
Binary101101101010100101000001101101110001110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65450; }

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

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

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

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

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

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

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

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