#B86770

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

Shades of Turkish Rose #B86770

Tints of Turkish Rose #B86770

Color information

#B86770 (or 0xB86770) is unknown color: approx Turkish Rose. HEX triplet: B8, 67 and 70. RGB value is (184,103,112). Sum of RGB (Red+Green+Blue) = 184+103+112=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B86770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86770 is #47988F. Grayscale: #808080. Windows color (decimal): -4692112 or 7366584. OLE color: 7366584.

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

Color convert

RGB184103112-
CMYK00.440.390.28
HSL353.33º36.32%56.27%-
HSV(B)353.33º44.02%72.16%-
XYZ27.5421.0617.94-
YUV128.24118.84167.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=46.12%
G=25.81%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410311200.440.390.28353.3336.3256.27
HexB8677002C271C1612438
Octal27014716005447345414470
Binary1011100011001111110000010110010011111100101100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86770; }

 p { color: rgb(184,103,112); }

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

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

 a { background-color: rgb(184,103,112); }

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

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

 span { border-color: rgb(184,103,112); }

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