#B06971

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

Shades of Turkish Rose #B06971

Tints of Turkish Rose #B06971

Color information

#B06971 (or 0xB06971) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 71. RGB value is (176,105,113). Sum of RGB (Red+Green+Blue) = 176+105+113=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06971 is #4F968E. Grayscale: #7F7F7F. Windows color (decimal): -5215887 or 7432624. OLE color: 7432624.

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

Color convert

RGB176105113-
CMYK00.400.360.31
HSL353.24º31%55.1%-
HSV(B)353.24º40.34%69.02%-
XYZ25.9420.5318.22-
YUV127.14120.02162.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=44.67%
G=26.65%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610511300.400.360.31353.243155.1
HexB06971028241F1611f37
Octal26015116105044375413767
Binary101100001101001111000101010001001001111110110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06971; }

 p { color: rgb(176,105,113); }

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

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

 a { background-color: rgb(176,105,113); }

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

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

 span { border-color: rgb(176,105,113); }

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