#B86775

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

Shades of Turkish Rose #B86775

Tints of Turkish Rose #B86775

Color information

#B86775 (or 0xB86775) is unknown color: approx Turkish Rose. HEX triplet: B8, 67 and 75. RGB value is (184,103,117). Sum of RGB (Red+Green+Blue) = 184+103+117=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B86775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86775 is #47988A. Grayscale: #808080. Windows color (decimal): -4692107 or 7694264. OLE color: 7694264.

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

Color convert

RGB184103117-
CMYK00.440.360.28
HSL349.63º36.32%56.27%-
HSV(B)349.63º44.02%72.16%-
XYZ27.8321.1819.45-
YUV128.82121.34167.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=45.54%
G=25.50%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410311700.440.360.28349.6336.3256.27
HexB8677502C241C15e2438
Octal27014716505444345364470
Binary1011100011001111110101010110010010011100101011110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86775; }

 p { color: rgb(184,103,117); }

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

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

 a { background-color: rgb(184,103,117); }

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

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

 span { border-color: rgb(184,103,117); }

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