#B06A79

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

Shades of Turkish Rose #B06A79

Tints of Turkish Rose #B06A79

Color information

#B06A79 (or 0xB06A79) is unknown color: approx Turkish Rose. HEX triplet: B0, 6A and 79. RGB value is (176,106,121). Sum of RGB (Red+Green+Blue) = 176+106+121=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A79 is #4F9586. Grayscale: #808080. Windows color (decimal): -5215623 or 7957168. OLE color: 7957168.

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

Color convert

RGB176106121-
CMYK00.400.310.31
HSL347.14º30.7%55.29%-
HSV(B)347.14º39.77%69.02%-
XYZ26.5120.9220.73-
YUV128.64123.69161.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=43.67%
G=26.30%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610612100.400.310.31347.1430.755.29
HexB06A790281F1F15b1f37
Octal26015217105037375333767
Binary10110000110101011110010101000111111111110101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A79; }

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

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

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

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

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

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

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

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