#B2686F

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

Shades of Turkish Rose #B2686F

Tints of Turkish Rose #B2686F

Color information

#B2686F (or 0xB2686F) is unknown color: approx Turkish Rose. HEX triplet: B2, 68 and 6F. RGB value is (178,104,111). Sum of RGB (Red+Green+Blue) = 178+104+111=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2686F is #4D9790. Grayscale: #7E7E7E. Windows color (decimal): -5085073 or 7301298. OLE color: 7301298.

HSL color Cylindrical-coordinate representation of color #B2686F: hue angle of 354.32º degrees, saturation: 0.32, 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 #B2686F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178104111-
CMYK00.420.380.30
HSL354.32º32.46%55.29%-
HSV(B)354.32º41.57%69.8%-
XYZ26.1820.5117.62-
YUV126.92119.02164.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=45.29%
G=26.46%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810411100.420.380.30354.3232.4655.29
HexB2686F02A261E1622037
Octal26215015705246365424067
Binary1011001011010001101111010101010011011110101100010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2686F; }

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

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

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

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

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

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

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

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