#B87078

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

Shades of Turkish Rose #B87078

Tints of Turkish Rose #B87078

Color information

#B87078 (or 0xB87078) is unknown color: approx Turkish Rose. HEX triplet: B8, 70 and 78. RGB value is (184,112,120). Sum of RGB (Red+Green+Blue) = 184+112+120=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87078 is #478F87. Grayscale: #868686. Windows color (decimal): -4689800 or 7893176. OLE color: 7893176.

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

Color convert

RGB184112120-
CMYK00.390.350.28
HSL353.33º33.64%58.04%-
HSV(B)353.33º39.13%72.16%-
XYZ28.9523.1320.71-
YUV134.44119.85163.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=44.23%
G=26.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411212000.390.350.28353.3333.6458.04
HexB87078027231C161223a
Octal27016017004743345414272
Binary1011100011100001111000010011110001111100101100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87078; }

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

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

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

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

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

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

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

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