#B76795

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

Shades of Hopbush #B76795

Tints of Hopbush #B76795

Color information

#B76795 (or 0xB76795) is unknown color: approx Hopbush. HEX triplet: B7, 67 and 95. RGB value is (183,103,149). Sum of RGB (Red+Green+Blue) = 183+103+149=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B76795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76795 is #48986A. Grayscale: #848484. Windows color (decimal): -4757611 or 9791415. OLE color: 9791415.

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

Color convert

RGB183103149-
CMYK00.440.190.28
HSL325.5º35.71%56.08%-
HSV(B)325.5º43.72%71.76%-
XYZ29.821.9431.1-
YUV132.16137.5164.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=42.07%
G=23.68%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310314900.440.190.28325.535.7156.08
HexB7679502C131C1462438
Octal26714722505423345064470
Binary1011011111001111001010101011001001111100101000110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76795; }

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

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

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

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

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

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

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

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