#B06876

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

Shades of Turkish Rose #B06876

Tints of Turkish Rose #B06876

Color information

#B06876 (or 0xB06876) is unknown color: approx Turkish Rose. HEX triplet: B0, 68 and 76. RGB value is (176,104,118). Sum of RGB (Red+Green+Blue) = 176+104+118=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06876 is #4F9789. Grayscale: #7F7F7F. Windows color (decimal): -5216138 or 7760048. OLE color: 7760048.

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

Color convert

RGB176104118-
CMYK00.410.330.31
HSL348.33º31.3%54.9%-
HSV(B)348.33º40.91%69.02%-
XYZ26.1220.4419.71-
YUV127.12122.85162.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=44.22%
G=26.13%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610411800.410.330.31348.3331.354.9
HexB06876029211F15c1f37
Octal26015016605141375343767
Binary101100001101000111011001010011000011111110101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06876; }

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

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

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

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

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

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

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

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