#B76391

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

Shades of Hopbush #B76391

Tints of Hopbush #B76391

Color information

#B76391 (or 0xB76391) is unknown color: approx Hopbush. HEX triplet: B7, 63 and 91. RGB value is (183,99,145). Sum of RGB (Red+Green+Blue) = 183+99+145=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B76391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76391 is #489C6E. Grayscale: #818181. Windows color (decimal): -4758639 or 9528247. OLE color: 9528247.

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

Color convert

RGB18399145-
CMYK00.460.210.28
HSL327.14º36.84%55.29%-
HSV(B)327.14º45.9%71.76%-
XYZ29.121.0429.31-
YUV129.36136.83166.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=42.86%
G=23.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839914500.460.210.28327.1436.8455.29
HexB7639102E151C1472537
Octal26714322105625345074567
Binary1011011111000111001000101011101010111100101000111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76391; }

 p { color: rgb(183,99,145); }

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

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

 a { background-color: rgb(183,99,145); }

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

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

 span { border-color: rgb(183,99,145); }

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