#b76894

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

Shades of Hopbush #B76894

Tints of Hopbush #B76894

Color information

#B76894 (or 0xB76894) is unknown color: approx Hopbush. HEX triplet: B7, 68 and 94. RGB value is (183,104,148). Sum of RGB (Red+Green+Blue) = 183+104+148=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B76894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76894 is #48976B. Grayscale: #848484. Windows color (decimal): -4757356 or 9726135. OLE color: 9726135.

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

Color convert

RGB183104148-
CMYK00.430.190.28
HSL326.58º35.43%56.27%-
HSV(B)326.58º43.17%71.76%-
XYZ29.8222.1130.71-
YUV132.64136.67163.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=42.07%
G=23.91%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310414800.430.190.28326.5835.4356.27
HexB7689402B131C1472338
Octal26715022405323345074370
Binary1011011111010001001010001010111001111100101000111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76894; }

 p { color: rgb(183,104,148); }

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

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

 a { background-color: rgb(183,104,148); }

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

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

 span { border-color: rgb(183,104,148); }

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