#B7686C

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

Shades of Turkish Rose #B7686C

Tints of Turkish Rose #B7686C

Color information

#B7686C (or 0xB7686C) is unknown color: approx Turkish Rose. HEX triplet: B7, 68 and 6C. RGB value is (183,104,108). Sum of RGB (Red+Green+Blue) = 183+104+108=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7686C is #489793. Grayscale: #808080. Windows color (decimal): -4757396 or 7104695. OLE color: 7104695.

HSL color Cylindrical-coordinate representation of color #B7686C: hue angle of 356.96º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7686C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183104108-
CMYK00.430.410.28
HSL356.96º35.43%56.27%-
HSV(B)356.96º43.17%71.76%-
XYZ27.1921.0516.82-
YUV128.08116.67167.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=46.33%
G=26.33%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310410800.430.410.28356.9635.4356.27
HexB7686C02B291C1652338
Octal26715015405351345454370
Binary1011011111010001101100010101110100111100101100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7686C; }

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

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

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

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

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

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

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

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