#B75151

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

Shades of Chestnut #B75151

Tints of Chestnut #B75151

Color information

#B75151 (or 0xB75151) is unknown color: approx Chestnut. HEX triplet: B7, 51 and 51. RGB value is (183,81,81). Sum of RGB (Red+Green+Blue) = 183+81+81=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B75151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75151 is #48AEAE. Grayscale: #6F6F6F. Windows color (decimal): -4763311 or 5329335. OLE color: 5329335.

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

Color convert

RGB1838181-
CMYK00.560.560.28
HSL41.46%51.76%-
HSV(B)55.74%71.76%-
XYZ23.9616.559.72-
YUV111.5110.79179-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=53.04%
G=23.48%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183818100.560.560.28041.4651.76
HexB75151038381C02934
Octal267121121070703405164
Binary10110111101000110100010111000111000111000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75151; }

 p { color: rgb(183,81,81); }

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

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

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

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

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

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

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