#B06172

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

Shades of Turkish Rose #B06172

Tints of Turkish Rose #B06172

Color information

#B06172 (or 0xB06172) is unknown color: approx Turkish Rose. HEX triplet: B0, 61 and 72. RGB value is (176,97,114). Sum of RGB (Red+Green+Blue) = 176+97+114=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06172 is #4F9E8D. Grayscale: #7A7A7A. Windows color (decimal): -5217934 or 7496112. OLE color: 7496112.

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

Color convert

RGB17697114-
CMYK00.450.350.31
HSL347.09º33.33%53.53%-
HSV(B)347.09º44.89%69.02%-
XYZ25.2218.9918.26-
YUV122.56123.17166.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=45.48%
G=25.06%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769711400.450.350.31347.0933.3353.53
HexB0617202D231F15b2136
Octal26014116205543375334166
Binary1011000011000011110010010110110001111111101011011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06172; }

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

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

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

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

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

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

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

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