#B87278

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

Shades of Turkish Rose #B87278

Tints of Turkish Rose #B87278

Color information

#B87278 (or 0xB87278) is unknown color: approx Turkish Rose. HEX triplet: B8, 72 and 78. RGB value is (184,114,120). Sum of RGB (Red+Green+Blue) = 184+114+120=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87278 is #478D87. Grayscale: #878787. Windows color (decimal): -4689288 or 7893688. OLE color: 7893688.

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

Color convert

RGB184114120-
CMYK00.380.350.28
HSL354.86º33.02%58.43%-
HSV(B)354.86º38.04%72.16%-
XYZ29.1723.5820.78-
YUV135.61119.19162.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=44.02%
G=27.27%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411412000.380.350.28354.8633.0258.43
HexB87278026231C163213a
Octal27016217004643345434172
Binary1011100011100101111000010011010001111100101100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87278; }

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

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

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

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

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

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

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

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