#B0717B

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

Shades of Turkish Rose #B0717B

Tints of Turkish Rose #B0717B

Color information

#B0717B (or 0xB0717B) is unknown color: approx Turkish Rose. HEX triplet: B0, 71 and 7B. RGB value is (176,113,123). Sum of RGB (Red+Green+Blue) = 176+113+123=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717B is #4F8E84. Grayscale: #858585. Windows color (decimal): -5213829 or 8090032. OLE color: 8090032.

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

Color convert

RGB176113123-
CMYK00.360.300.31
HSL350.48º28.51%56.67%-
HSV(B)350.48º35.8%69.02%-
XYZ27.3822.4721.63-
YUV132.98122.37158.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=42.72%
G=27.43%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611312300.360.300.31350.4828.5156.67
HexB0717B0241E1F15e1d39
Octal26016117304436375363571
Binary10110000111000111110110100100111101111110101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0717B; }

 p { color: rgb(176,113,123); }

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

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

 a { background-color: rgb(176,113,123); }

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

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

 span { border-color: rgb(176,113,123); }

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