#B06B78

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

Shades of Turkish Rose #B06B78

Tints of Turkish Rose #B06B78

Color information

#B06B78 (or 0xB06B78) is unknown color: approx Turkish Rose. HEX triplet: B0, 6B and 78. RGB value is (176,107,120). Sum of RGB (Red+Green+Blue) = 176+107+120=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B78 is #4F9487. Grayscale: #818181. Windows color (decimal): -5215368 or 7891888. OLE color: 7891888.

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

Color convert

RGB176107120-
CMYK00.390.320.31
HSL348.7º30.4%55.49%-
HSV(B)348.7º39.2%69.02%-
XYZ26.5521.120.44-
YUV129.11122.86161.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=43.67%
G=26.55%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610712000.390.320.31348.730.455.49
HexB06B78027201F15d1e37
Octal26015317004740375353667
Binary101100001101011111100001001111000001111110101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B78; }

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

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

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

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

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

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

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

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