#B06977

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

Shades of Turkish Rose #B06977

Tints of Turkish Rose #B06977

Color information

#B06977 (or 0xB06977) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 77. RGB value is (176,105,119). Sum of RGB (Red+Green+Blue) = 176+105+119=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B06977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06977 is #4F9688. Grayscale: #7F7F7F. Windows color (decimal): -5215881 or 7825840. OLE color: 7825840.

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

Color convert

RGB176105119-
CMYK00.400.320.31
HSL348.17º31%55.1%-
HSV(B)348.17º40.34%69.02%-
XYZ26.2920.6720.06-
YUV127.82123.02162.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=44%
G=26.25%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610511900.400.320.31348.173155.1
HexB06977028201F15c1f37
Octal26015116705040375343767
Binary101100001101001111011101010001000001111110101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06977; }

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

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

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

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

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

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

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

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