#B76F95

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

Shades of Hopbush #B76F95

Tints of Hopbush #B76F95

Color information

#B76F95 (or 0xB76F95) is unknown color: approx Hopbush. HEX triplet: B7, 6F and 95. RGB value is (183,111,149). Sum of RGB (Red+Green+Blue) = 183+111+149=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F95 is #48906A. Grayscale: #888888. Windows color (decimal): -4755563 or 9793463. OLE color: 9793463.

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

Color convert

RGB183111149-
CMYK00.390.190.28
HSL328.33º33.33%57.65%-
HSV(B)328.33º39.34%71.76%-
XYZ30.6423.6131.38-
YUV136.86134.85160.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=41.31%
G=25.06%
B=33.63%

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
Decimal18311114900.390.190.28328.3333.3357.65
HexB76F95027131C148213a
Octal26715722504723345104172
Binary1011011111011111001010101001111001111100101001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F95; }

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

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

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

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

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

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

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

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