#b06b79

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

Shades of Turkish Rose #B06B79

Tints of Turkish Rose #B06B79

Color information

#B06B79 (or 0xB06B79) is unknown color: approx Turkish Rose. HEX triplet: B0, 6B and 79. RGB value is (176,107,121). Sum of RGB (Red+Green+Blue) = 176+107+121=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B79 is #4F9486. Grayscale: #818181. Windows color (decimal): -5215367 or 7957424. OLE color: 7957424.

HSL color Cylindrical-coordinate representation of color #B06B79: hue angle of 347.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B79 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176107121-
CMYK00.390.310.31
HSL347.83º30.4%55.49%-
HSV(B)347.83º39.2%69.02%-
XYZ26.6121.1320.76-
YUV129.23123.36161.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=43.56%
G=26.49%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610712100.390.310.31347.8330.455.49
HexB06B790271F1F15c1e37
Octal26015317104737375343667
Binary10110000110101111110010100111111111111110101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06b79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06b79; }

 p { color: rgb(176,107,121); }

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

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

 a { background-color: rgb(176,107,121); }

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

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

 span { border-color: rgb(176,107,121); }

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