#B76C94

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

Shades of Hopbush #B76C94

Tints of Hopbush #B76C94

Color information

#B76C94 (or 0xB76C94) is unknown color: approx Hopbush. HEX triplet: B7, 6C and 94. RGB value is (183,108,148). Sum of RGB (Red+Green+Blue) = 183+108+148=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C94 is #48936B. Grayscale: #868686. Windows color (decimal): -4756332 or 9727159. OLE color: 9727159.

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

Color convert

RGB183108148-
CMYK00.410.190.28
HSL328º34.25%57.06%-
HSV(B)328º40.98%71.76%-
XYZ30.2422.9330.85-
YUV134.99135.35162.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=41.69%
G=24.60%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310814800.410.190.2832834.2557.06
HexB76C94029131C1482239
Octal26715422405123345104271
Binary1011011111011001001010001010011001111100101001000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C94; }

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

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

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

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

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

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

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

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