#B75350

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

Shades of Chestnut #B75350

Tints of Chestnut #B75350

Color information

#B75350 (or 0xB75350) is unknown color: approx Chestnut. HEX triplet: B7, 53 and 50. RGB value is (183,83,80). Sum of RGB (Red+Green+Blue) = 183+83+80=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B75350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75350 is #48ACAF. Grayscale: #707070. Windows color (decimal): -4762800 or 5264311. OLE color: 5264311.

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

Color convert

RGB1838380-
CMYK00.550.560.28
HSL1.75º41.7%51.57%-
HSV(B)1.75º56.28%71.76%-
XYZ24.0716.839.57-
YUV112.56109.63178.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=52.89%
G=23.99%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183838000.550.560.281.7541.751.57
HexB75350037381C22a34
Octal267123120067703425264
Binary101101111010011101000001101111110001110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75350; }

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

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

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

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

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

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

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

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