#B76794

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

Shades of Hopbush #B76794

Tints of Hopbush #B76794

Color information

#B76794 (or 0xB76794) is unknown color: approx Hopbush. HEX triplet: B7, 67 and 94. RGB value is (183,103,148). Sum of RGB (Red+Green+Blue) = 183+103+148=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76794 is #48986B. Grayscale: #838383. Windows color (decimal): -4757612 or 9725879. OLE color: 9725879.

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

Color convert

RGB183103148-
CMYK00.440.190.28
HSL326.25º35.71%56.08%-
HSV(B)326.25º43.72%71.76%-
XYZ29.7221.9130.68-
YUV132.05137164.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=42.17%
G=23.73%
B=34.10%

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
Decimal18310314800.440.190.28326.2535.7156.08
HexB7679402C131C1462438
Octal26714722405423345064470
Binary1011011111001111001010001011001001111100101000110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76794; }

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

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

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

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

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

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

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

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