#B06D78

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

Shades of Turkish Rose #B06D78

Tints of Turkish Rose #B06D78

Color information

#B06D78 (or 0xB06D78) is unknown color: approx Turkish Rose. HEX triplet: B0, 6D and 78. RGB value is (176,109,120). Sum of RGB (Red+Green+Blue) = 176+109+120=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D78 is #4F9287. Grayscale: #828282. Windows color (decimal): -5214856 or 7892400. OLE color: 7892400.

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

Color convert

RGB176109120-
CMYK00.380.320.31
HSL350.15º29.78%55.88%-
HSV(B)350.15º38.07%69.02%-
XYZ26.7621.5220.51-
YUV130.29122.2160.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=43.46%
G=26.91%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610912000.380.320.31350.1529.7855.88
HexB06D78026201F15e1e38
Octal26015517004640375363670
Binary101100001101101111100001001101000001111110101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D78; }

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

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

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

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

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

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

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

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