#B25251

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

Shades of Chestnut #B25251

Tints of Chestnut #B25251

Color information

#B25251 (or 0xB25251) is unknown color: approx Chestnut. HEX triplet: B2, 52 and 51. RGB value is (178,82,81). Sum of RGB (Red+Green+Blue) = 178+82+81=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B25251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25251 is #4DADAE. Grayscale: #6E6E6E. Windows color (decimal): -5090735 or 5329586. OLE color: 5329586.

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

Color convert

RGB1788281-
CMYK00.540.540.30
HSL0.62º38.65%50.78%-
HSV(B)0.62º54.49%69.8%-
XYZ22.8616.099.69-
YUV110.59111.3176.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=52.20%
G=24.05%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178828100.540.540.300.6238.6550.78
HexB25251036361E12733
Octal262122121066663614763
Binary10110010101001010100010110110110110111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25251; }

 p { color: rgb(178,82,81); }

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

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

 a { background-color: rgb(178,82,81); }

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

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

 span { border-color: rgb(178,82,81); }

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