#B87395

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

Shades of Hopbush #B87395

Tints of Hopbush #B87395

Color information

#B87395 (or 0xB87395) is unknown color: approx Hopbush. HEX triplet: B8, 73 and 95. RGB value is (184,115,149). Sum of RGB (Red+Green+Blue) = 184+115+149=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B87395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87395 is #478C6A. Grayscale: #8B8B8B. Windows color (decimal): -4689003 or 9794488. OLE color: 9794488.

HSL color Cylindrical-coordinate representation of color #B87395: hue angle of 330.43º 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 #B87395 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB184115149-
CMYK00.380.190.28
HSL330.43º32.7%58.63%-
HSV(B)330.43º37.5%72.16%-
XYZ31.3224.6231.54-
YUV139.51133.36159.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=41.07%
G=25.67%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411514900.380.190.28330.4332.758.63
HexB87395026131C14a213b
Octal27016322504623345124173
Binary1011100011100111001010101001101001111100101001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87395; }

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

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

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

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

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

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

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

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