#B0686F

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

Shades of Turkish Rose #B0686F

Tints of Turkish Rose #B0686F

Color information

#B0686F (or 0xB0686F) is unknown color: approx Turkish Rose. HEX triplet: B0, 68 and 6F. RGB value is (176,104,111). Sum of RGB (Red+Green+Blue) = 176+104+111=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0686F is #4F9790. Grayscale: #7E7E7E. Windows color (decimal): -5216145 or 7301296. OLE color: 7301296.

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

Color convert

RGB176104111-
CMYK00.410.370.31
HSL354.17º31.3%54.9%-
HSV(B)354.17º40.91%69.02%-
XYZ25.7220.2817.6-
YUV126.33119.35163.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=45.01%
G=26.60%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610411100.410.370.31354.1731.354.9
HexB0686F029251F1621f37
Octal26015015705145375423767
Binary101100001101000110111101010011001011111110110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0686F; }

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

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

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

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

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

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

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

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