#B35250

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

Shades of Chestnut #B35250

Tints of Chestnut #B35250

Color information

#B35250 (or 0xB35250) is unknown color: approx Chestnut. HEX triplet: B3, 52 and 50. RGB value is (179,82,80). Sum of RGB (Red+Green+Blue) = 179+82+80=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B35250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35250 is #4CADAF. Grayscale: #6E6E6E. Windows color (decimal): -5025200 or 5264051. OLE color: 5264051.

HSL color Cylindrical-coordinate representation of color #B35250: hue angle of 1.21º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35250 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1798280-
CMYK00.540.550.30
HSL1.21º39.44%50.78%-
HSV(B)1.21º55.31%70.2%-
XYZ23.0616.29.5-
YUV110.78110.64176.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=52.49%
G=24.05%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179828000.540.550.301.2139.4450.78
HexB35250036371E12733
Octal263122120066673614763
Binary10110011101001010100000110110110111111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35250; }

 p { color: rgb(179,82,80); }

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

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

 a { background-color: rgb(179,82,80); }

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

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

 span { border-color: rgb(179,82,80); }

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