#B06672

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

Shades of Turkish Rose #B06672

Tints of Turkish Rose #B06672

Color information

#B06672 (or 0xB06672) is unknown color: approx Turkish Rose. HEX triplet: B0, 66 and 72. RGB value is (176,102,114). Sum of RGB (Red+Green+Blue) = 176+102+114=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06672 is #4F998D. Grayscale: #7D7D7D. Windows color (decimal): -5216654 or 7497392. OLE color: 7497392.

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

Color convert

RGB176102114-
CMYK00.420.350.31
HSL350.27º31.9%54.51%-
HSV(B)350.27º42.05%69.02%-
XYZ25.6919.9518.42-
YUV125.49121.52164.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=44.90%
G=26.02%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610211400.420.350.31350.2731.954.51
HexB0667202A231F15e2037
Octal26014616205243375364067
Binary1011000011001101110010010101010001111111101011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06672; }

 p { color: rgb(176,102,114); }

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

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

 a { background-color: rgb(176,102,114); }

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

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

 span { border-color: rgb(176,102,114); }

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