#B06176

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

Shades of Turkish Rose #B06176

Tints of Turkish Rose #B06176

Color information

#B06176 (or 0xB06176) is unknown color: approx Turkish Rose. HEX triplet: B0, 61 and 76. RGB value is (176,97,118). Sum of RGB (Red+Green+Blue) = 176+97+118=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06176 is #4F9E89. Grayscale: #7B7B7B. Windows color (decimal): -5217930 or 7758256. OLE color: 7758256.

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

Color convert

RGB17697118-
CMYK00.450.330.31
HSL344.05º33.33%53.53%-
HSV(B)344.05º44.89%69.02%-
XYZ25.4519.0919.48-
YUV123.01125.17165.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=45.01%
G=24.81%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769711800.450.330.31344.0533.3353.53
HexB0617602D211F1582136
Octal26014116605541375304166
Binary1011000011000011110110010110110000111111101011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06176; }

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

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

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

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

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

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

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

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