#B86473

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

Shades of Turkish Rose #B86473

Tints of Turkish Rose #B86473

Color information

#B86473 (or 0xB86473) is unknown color: approx Turkish Rose. HEX triplet: B8, 64 and 73. RGB value is (184,100,115). Sum of RGB (Red+Green+Blue) = 184+100+115=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B86473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86473 is #479B8C. Grayscale: #7E7E7E. Windows color (decimal): -4692877 or 7562424. OLE color: 7562424.

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

Color convert

RGB184100115-
CMYK00.460.380.28
HSL349.29º37.17%55.69%-
HSV(B)349.29º45.65%72.16%-
XYZ27.4220.5418.74-
YUV126.83121.33168.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=46.12%
G=25.06%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410011500.460.380.28349.2937.1755.69
HexB8647302E261C15d2538
Octal27014416305646345354570
Binary1011100011001001110011010111010011011100101011101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86473; }

 p { color: rgb(184,100,115); }

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

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

 a { background-color: rgb(184,100,115); }

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

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

 span { border-color: rgb(184,100,115); }

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