#B0727C

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

Shades of Turkish Rose #B0727C

Tints of Turkish Rose #B0727C

Color information

#B0727C (or 0xB0727C) is unknown color: approx Turkish Rose. HEX triplet: B0, 72 and 7C. RGB value is (176,114,124). Sum of RGB (Red+Green+Blue) = 176+114+124=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0727C is #4F8D83. Grayscale: #858585. Windows color (decimal): -5213572 or 8155824. OLE color: 8155824.

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

Color convert

RGB176114124-
CMYK00.350.300.31
HSL350.32º28.18%56.86%-
HSV(B)350.32º35.23%69.02%-
XYZ27.5622.7222-
YUV133.68122.54158.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=42.51%
G=27.54%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611412400.350.300.31350.3228.1856.86
HexB0727C0231E1F15e1c39
Octal26016217404336375363471
Binary10110000111001011111000100011111101111110101111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0727C; }

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

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

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

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

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

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

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

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