#B06872

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

Shades of Turkish Rose #B06872

Tints of Turkish Rose #B06872

Color information

#B06872 (or 0xB06872) is unknown color: approx Turkish Rose. HEX triplet: B0, 68 and 72. RGB value is (176,104,114). Sum of RGB (Red+Green+Blue) = 176+104+114=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06872 is #4F978D. Grayscale: #7E7E7E. Windows color (decimal): -5216142 or 7497904. OLE color: 7497904.

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

Color convert

RGB176104114-
CMYK00.410.350.31
HSL351.67º31.3%54.9%-
HSV(B)351.67º40.91%69.02%-
XYZ25.8920.3518.48-
YUV126.67120.85163.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=44.67%
G=26.40%
B=28.93%

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
Decimal17610411400.410.350.31351.6731.354.9
HexB06872029231F1601f37
Octal26015016205143375403767
Binary101100001101000111001001010011000111111110110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06872; }

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

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

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

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

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

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

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

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