#B06873

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

Shades of Turkish Rose #B06873

Tints of Turkish Rose #B06873

Color information

#B06873 (or 0xB06873) is unknown color: approx Turkish Rose. HEX triplet: B0, 68 and 73. RGB value is (176,104,115). Sum of RGB (Red+Green+Blue) = 176+104+115=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B06873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06873 is #4F978C. Grayscale: #7E7E7E. Windows color (decimal): -5216141 or 7563440. OLE color: 7563440.

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

Color convert

RGB176104115-
CMYK00.410.350.31
HSL350.83º31.3%54.9%-
HSV(B)350.83º40.91%69.02%-
XYZ25.9520.3718.78-
YUV126.78121.35163.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=44.56%
G=26.33%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610411500.410.350.31350.8331.354.9
HexB06873029231F15f1f37
Octal26015016305143375373767
Binary101100001101000111001101010011000111111110101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06873; }

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

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

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

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

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

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

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

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