#B75150

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

Shades of Chestnut #B75150

Tints of Chestnut #B75150

Color information

#B75150 (or 0xB75150) is unknown color: approx Chestnut. HEX triplet: B7, 51 and 50. RGB value is (183,81,80). Sum of RGB (Red+Green+Blue) = 183+81+80=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B75150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75150 is #48AEAF. Grayscale: #6F6F6F. Windows color (decimal): -4763312 or 5263799. OLE color: 5263799.

HSL color Cylindrical-coordinate representation of color #B75150: hue angle of 0.58º degrees, saturation: 0.42, 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 #B75150 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1838180-
CMYK00.560.560.28
HSL0.58º41.7%51.57%-
HSV(B)0.58º56.28%71.76%-
XYZ23.9216.539.52-
YUV111.38110.29179.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=53.20%
G=23.55%
B=23.26%

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
Decimal183818000.560.560.280.5841.751.57
HexB75150038381C12a34
Octal267121120070703415264
Binary10110111101000110100000111000111000111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75150; }

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

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

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

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

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

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

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

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