#B86571

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

Shades of Turkish Rose #B86571

Tints of Turkish Rose #B86571

Color information

#B86571 (or 0xB86571) is unknown color: approx Turkish Rose. HEX triplet: B8, 65 and 71. RGB value is (184,101,113). Sum of RGB (Red+Green+Blue) = 184+101+113=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B86571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86571 is #479A8E. Grayscale: #7F7F7F. Windows color (decimal): -4692623 or 7431608. OLE color: 7431608.

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

Color convert

RGB184101113-
CMYK00.450.390.28
HSL351.33º36.89%55.88%-
HSV(B)351.33º45.11%72.16%-
XYZ27.420.6918.17-
YUV127.18120168.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=46.23%
G=25.38%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410111300.450.390.28351.3336.8955.88
HexB8657102D271C15f2538
Octal27014516105547345374570
Binary1011100011001011110001010110110011111100101011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86571; }

 p { color: rgb(184,101,113); }

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

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

 a { background-color: rgb(184,101,113); }

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

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

 span { border-color: rgb(184,101,113); }

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