#B86471

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

Shades of Turkish Rose #B86471

Tints of Turkish Rose #B86471

Color information

#B86471 (or 0xB86471) is unknown color: approx Turkish Rose. HEX triplet: B8, 64 and 71. RGB value is (184,100,113). Sum of RGB (Red+Green+Blue) = 184+100+113=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B86471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86471 is #479B8E. Grayscale: #7E7E7E. Windows color (decimal): -4692879 or 7431352. OLE color: 7431352.

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

Color convert

RGB184100113-
CMYK00.460.390.28
HSL350.71º37.17%55.69%-
HSV(B)350.71º45.65%72.16%-
XYZ27.320.518.14-
YUV126.6120.33168.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=46.35%
G=25.19%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410011300.460.390.28350.7137.1755.69
HexB8647102E271C15f2538
Octal27014416105647345374570
Binary1011100011001001110001010111010011111100101011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86471; }

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

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

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

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

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

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

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

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