#B0686C

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

Shades of Turkish Rose #B0686C

Tints of Turkish Rose #B0686C

Color information

#B0686C (or 0xB0686C) is unknown color: approx Turkish Rose. HEX triplet: B0, 68 and 6C. RGB value is (176,104,108). Sum of RGB (Red+Green+Blue) = 176+104+108=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0686C is #4F9793. Grayscale: #7E7E7E. Windows color (decimal): -5216148 or 7104688. OLE color: 7104688.

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

Color convert

RGB176104108-
CMYK00.410.390.31
HSL356.67º31.3%54.9%-
HSV(B)356.67º40.91%69.02%-
XYZ25.5620.2116.74-
YUV125.98117.85163.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=45.36%
G=26.80%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610410800.410.390.31356.6731.354.9
HexB0686C029271F1651f37
Octal26015015405147375453767
Binary101100001101000110110001010011001111111110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0686C; }

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

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

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

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

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

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

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

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