#B06976

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

Shades of Turkish Rose #B06976

Tints of Turkish Rose #B06976

Color information

#B06976 (or 0xB06976) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 76. RGB value is (176,105,118). Sum of RGB (Red+Green+Blue) = 176+105+118=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B06976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06976 is #4F9689. Grayscale: #7F7F7F. Windows color (decimal): -5215882 or 7760304. OLE color: 7760304.

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

Color convert

RGB176105118-
CMYK00.400.330.31
HSL349.01º31%55.1%-
HSV(B)349.01º40.34%69.02%-
XYZ26.2320.6419.74-
YUV127.71122.52162.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=44.11%
G=26.32%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610511800.400.330.31349.013155.1
HexB06976028211F15d1f37
Octal26015116605041375353767
Binary101100001101001111011001010001000011111110101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06976; }

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

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

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

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

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

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

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

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