#B06970

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

Shades of Turkish Rose #B06970

Tints of Turkish Rose #B06970

Color information

#B06970 (or 0xB06970) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 70. RGB value is (176,105,112). Sum of RGB (Red+Green+Blue) = 176+105+112=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06970 is #4F968F. Grayscale: #7F7F7F. Windows color (decimal): -5215888 or 7367088. OLE color: 7367088.

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

Color convert

RGB176105112-
CMYK00.400.360.31
HSL354.08º31%55.1%-
HSV(B)354.08º40.34%69.02%-
XYZ25.8820.517.92-
YUV127.03119.52162.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=44.78%
G=26.72%
B=28.50%

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
Decimal17610511200.400.360.31354.083155.1
HexB06970028241F1621f37
Octal26015116005044375423767
Binary101100001101001111000001010001001001111110110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06970; }

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

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

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

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

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

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

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

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