#b0757a

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

Shades of Turkish Rose #B0757A

Tints of Turkish Rose #B0757A

Color information

#B0757A (or 0xB0757A) is unknown color: approx Turkish Rose. HEX triplet: B0, 75 and 7A. RGB value is (176,117,122). Sum of RGB (Red+Green+Blue) = 176+117+122=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757A is #4F8A85. Grayscale: #878787. Windows color (decimal): -5212806 or 8025520. OLE color: 8025520.

HSL color Cylindrical-coordinate representation of color #B0757A: hue angle of 354.92º 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 #B0757A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176117122-
CMYK00.340.310.31
HSL354.92º27.19%57.45%-
HSV(B)354.92º33.52%69.02%-
XYZ27.7823.3621.46-
YUV135.21120.55157.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=42.41%
G=28.19%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611712200.340.310.31354.9227.1957.45
HexB0757A0221F1F1631b39
Octal26016517204237375433371
Binary10110000111010111110100100010111111111110110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0757a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0757a; }

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

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

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

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

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

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

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

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