#B86872

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

Shades of Turkish Rose #B86872

Tints of Turkish Rose #B86872

Color information

#B86872 (or 0xB86872) is unknown color: approx Turkish Rose. HEX triplet: B8, 68 and 72. RGB value is (184,104,114). Sum of RGB (Red+Green+Blue) = 184+104+114=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B86872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86872 is #47978D. Grayscale: #818181. Windows color (decimal): -4691854 or 7497912. OLE color: 7497912.

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

Color convert

RGB184104114-
CMYK00.430.380.28
HSL352.5º36.04%56.47%-
HSV(B)352.5º43.48%72.16%-
XYZ27.7521.3118.57-
YUV129.06119.5167.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=45.77%
G=25.87%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410411400.430.380.28352.536.0456.47
HexB8687202B261C1602438
Octal27015016205346345404470
Binary1011100011010001110010010101110011011100101100000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86872; }

 p { color: rgb(184,104,114); }

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

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

 a { background-color: rgb(184,104,114); }

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

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

 span { border-color: rgb(184,104,114); }

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