#B87378

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

Shades of Turkish Rose #B87378

Tints of Turkish Rose #B87378

Color information

#B87378 (or 0xB87378) is unknown color: approx Turkish Rose. HEX triplet: B8, 73 and 78. RGB value is (184,115,120). Sum of RGB (Red+Green+Blue) = 184+115+120=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B87378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87378 is #478C87. Grayscale: #888888. Windows color (decimal): -4689032 or 7893944. OLE color: 7893944.

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

Color convert

RGB184115120-
CMYK00.380.350.28
HSL355.65º32.7%58.63%-
HSV(B)355.65º37.5%72.16%-
XYZ29.2923.8120.82-
YUV136.2118.86162.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=43.91%
G=27.45%
B=28.64%

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
Decimal18411512000.380.350.28355.6532.758.63
HexB87378026231C164213b
Octal27016317004643345444173
Binary1011100011100111111000010011010001111100101100100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87378; }

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

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

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

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

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

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

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

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