#B76898

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

Shades of Hopbush #B76898

Tints of Hopbush #B76898

Color information

#B76898 (or 0xB76898) is unknown color: approx Hopbush. HEX triplet: B7, 68 and 98. RGB value is (183,104,152). Sum of RGB (Red+Green+Blue) = 183+104+152=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B76898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76898 is #489767. Grayscale: #848484. Windows color (decimal): -4757352 or 9988279. OLE color: 9988279.

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

Color convert

RGB183104152-
CMYK00.430.170.28
HSL323.54º35.43%56.27%-
HSV(B)323.54º43.17%71.76%-
XYZ30.1522.2332.41-
YUV133.09138.67163.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 152 (59.77% from 255) = 34.62%
R=41.69%
G=23.69%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310415200.430.170.28323.5435.4356.27
HexB7689802B111C1442338
Octal26715023005321345044370
Binary1011011111010001001100001010111000111100101000100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76898; }

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

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

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

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

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

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

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

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