#B76F94

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

Shades of Hopbush #B76F94

Tints of Hopbush #B76F94

Color information

#B76F94 (or 0xB76F94) is unknown color: approx Hopbush. HEX triplet: B7, 6F and 94. RGB value is (183,111,148). Sum of RGB (Red+Green+Blue) = 183+111+148=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F94 is #48906B. Grayscale: #888888. Windows color (decimal): -4755564 or 9727927. OLE color: 9727927.

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

Color convert

RGB183111148-
CMYK00.390.190.28
HSL329.17º33.33%57.65%-
HSV(B)329.17º39.34%71.76%-
XYZ30.5623.5730.96-
YUV136.75134.35160.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=41.40%
G=25.11%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311114800.390.190.28329.1733.3357.65
HexB76F94027131C149213a
Octal26715722404723345114172
Binary1011011111011111001010001001111001111100101001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F94; }

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

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

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

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

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

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

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

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