#B87478

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

Shades of Turkish Rose #B87478

Tints of Turkish Rose #B87478

Color information

#B87478 (or 0xB87478) is unknown color: approx Turkish Rose. HEX triplet: B8, 74 and 78. RGB value is (184,116,120). Sum of RGB (Red+Green+Blue) = 184+116+120=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B87478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87478 is #478B87. Grayscale: #888888. Windows color (decimal): -4688776 or 7894200. OLE color: 7894200.

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

Color convert

RGB184116120-
CMYK00.370.350.28
HSL356.47º32.38%58.82%-
HSV(B)356.47º36.96%72.16%-
XYZ29.424.0420.86-
YUV136.79118.53161.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=43.81%
G=27.62%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411612000.370.350.28356.4732.3858.82
HexB87478025231C164203b
Octal27016417004543345444073
Binary1011100011101001111000010010110001111100101100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87478; }

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

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

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

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

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

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

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

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