#B06174

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

Shades of Turkish Rose #B06174

Tints of Turkish Rose #B06174

Color information

#B06174 (or 0xB06174) is unknown color: approx Turkish Rose. HEX triplet: B0, 61 and 74. RGB value is (176,97,116). Sum of RGB (Red+Green+Blue) = 176+97+116=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B06174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06174 is #4F9E8B. Grayscale: #7A7A7A. Windows color (decimal): -5217932 or 7627184. OLE color: 7627184.

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

Color convert

RGB17697116-
CMYK00.450.340.31
HSL345.57º33.33%53.53%-
HSV(B)345.57º44.89%69.02%-
XYZ25.3319.0418.86-
YUV122.79124.17165.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=45.24%
G=24.94%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769711600.450.340.31345.5733.3353.53
HexB0617402D221F15a2136
Octal26014116405542375324166
Binary1011000011000011110100010110110001011111101011010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06174; }

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

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

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

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

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

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

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

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