#B0757C

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

Shades of Turkish Rose #B0757C

Tints of Turkish Rose #B0757C

Color information

#B0757C (or 0xB0757C) is unknown color: approx Turkish Rose. HEX triplet: B0, 75 and 7C. RGB value is (176,117,124). Sum of RGB (Red+Green+Blue) = 176+117+124=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757C is #4F8A83. Grayscale: #878787. Windows color (decimal): -5212804 or 8156592. OLE color: 8156592.

HSL color Cylindrical-coordinate representation of color #B0757C: hue angle of 352.88º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0757C is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176117124-
CMYK00.340.300.31
HSL352.88º27.19%57.45%-
HSV(B)352.88º33.52%69.02%-
XYZ27.923.4122.12-
YUV135.44121.55156.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=42.21%
G=28.06%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611712400.340.300.31352.8827.1957.45
HexB0757C0221E1F1611b39
Octal26016517404236375413371
Binary10110000111010111111000100010111101111110110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0757C; }

 p { color: rgb(176,117,124); }

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

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

 a { background-color: rgb(176,117,124); }

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

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

 span { border-color: rgb(176,117,124); }

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