#B77195

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

Shades of Hopbush #B77195

Tints of Hopbush #B77195

Color information

#B77195 (or 0xB77195) is unknown color: approx Hopbush. HEX triplet: B7, 71 and 95. RGB value is (183,113,149). Sum of RGB (Red+Green+Blue) = 183+113+149=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77195 is #488E6A. Grayscale: #898989. Windows color (decimal): -4755051 or 9793975. OLE color: 9793975.

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

Color convert

RGB183113149-
CMYK00.380.190.28
HSL329.14º32.71%58.04%-
HSV(B)329.14º38.25%71.76%-
XYZ30.8624.0531.45-
YUV138.03134.19160.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=41.12%
G=25.39%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311314900.380.190.28329.1432.7158.04
HexB77195026131C149213a
Octal26716122504623345114172
Binary1011011111100011001010101001101001111100101001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77195; }

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

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

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

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

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

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

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

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