#B3686C

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

Shades of Turkish Rose #B3686C

Tints of Turkish Rose #B3686C

Color information

#B3686C (or 0xB3686C) is unknown color: approx Turkish Rose. HEX triplet: B3, 68 and 6C. RGB value is (179,104,108). Sum of RGB (Red+Green+Blue) = 179+104+108=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3686C is #4C9793. Grayscale: #7E7E7E. Windows color (decimal): -5019540 or 7104691. OLE color: 7104691.

HSL color Cylindrical-coordinate representation of color #B3686C: hue angle of 356.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3686C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179104108-
CMYK00.420.400.30
HSL356.8º33.04%55.49%-
HSV(B)356.8º41.9%70.2%-
XYZ26.2520.5716.77-
YUV126.88117.35165.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=45.78%
G=26.60%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910410800.420.400.30356.833.0455.49
HexB3686C02A281E1652137
Octal26315015405250365454167
Binary1011001111010001101100010101010100011110101100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3686C; }

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

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

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

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

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

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

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

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