#B7686D

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

Shades of Turkish Rose #B7686D

Tints of Turkish Rose #B7686D

Color information

#B7686D (or 0xB7686D) is unknown color: approx Turkish Rose. HEX triplet: B7, 68 and 6D. RGB value is (183,104,109). Sum of RGB (Red+Green+Blue) = 183+104+109=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7686D is #489792. Grayscale: #808080. Windows color (decimal): -4757395 or 7170231. OLE color: 7170231.

HSL color Cylindrical-coordinate representation of color #B7686D: hue angle of 356.2º 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 #B7686D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183104109-
CMYK00.430.400.28
HSL356.2º35.43%56.27%-
HSV(B)356.2º43.17%71.76%-
XYZ27.2421.0717.1-
YUV128.19117.17167.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=46.21%
G=26.26%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310410900.430.400.28356.235.4356.27
HexB7686D02B281C1642338
Octal26715015505350345444370
Binary1011011111010001101101010101110100011100101100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7686D; }

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

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

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

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

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

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

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

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