#B86974

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

Shades of Turkish Rose #B86974

Tints of Turkish Rose #B86974

Color information

#B86974 (or 0xB86974) is unknown color: approx Turkish Rose. HEX triplet: B8, 69 and 74. RGB value is (184,105,116). Sum of RGB (Red+Green+Blue) = 184+105+116=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B86974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86974 is #47968B. Grayscale: #818181. Windows color (decimal): -4691596 or 7629240. OLE color: 7629240.

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

Color convert

RGB184105116-
CMYK00.430.370.28
HSL351.65º35.75%56.67%-
HSV(B)351.65º42.93%72.16%-
XYZ27.9721.5519.21-
YUV129.88120.17166.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=45.43%
G=25.93%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410511600.430.370.28351.6535.7556.67
HexB8697402B251C1602439
Octal27015116405345345404471
Binary1011100011010011110100010101110010111100101100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86974; }

 p { color: rgb(184,105,116); }

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

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

 a { background-color: rgb(184,105,116); }

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

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

 span { border-color: rgb(184,105,116); }

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