#B86672

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

Shades of Turkish Rose #B86672

Tints of Turkish Rose #B86672

Color information

#B86672 (or 0xB86672) is unknown color: approx Turkish Rose. HEX triplet: B8, 66 and 72. RGB value is (184,102,114). Sum of RGB (Red+Green+Blue) = 184+102+114=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86672 is #47998D. Grayscale: #7F7F7F. Windows color (decimal): -4692366 or 7497400. OLE color: 7497400.

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

Color convert

RGB184102114-
CMYK00.450.380.28
HSL351.22º36.61%56.08%-
HSV(B)351.22º44.57%72.16%-
XYZ27.5620.9118.5-
YUV127.89120.17168.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=46%
G=25.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410211400.450.380.28351.2236.6156.08
HexB8667202D261C15f2538
Octal27014616205546345374570
Binary1011100011001101110010010110110011011100101011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86672; }

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

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

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

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

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

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

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

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