#B76C96

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

Shades of Hopbush #B76C96

Tints of Hopbush #B76C96

Color information

#B76C96 (or 0xB76C96) is unknown color: approx Hopbush. HEX triplet: B7, 6C and 96. RGB value is (183,108,150). Sum of RGB (Red+Green+Blue) = 183+108+150=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C96 is #489369. Grayscale: #878787. Windows color (decimal): -4756330 or 9858231. OLE color: 9858231.

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

Color convert

RGB183108150-
CMYK00.410.180.28
HSL326.4º34.25%57.06%-
HSV(B)326.4º40.98%71.76%-
XYZ30.422.9931.69-
YUV135.21136.35162.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=41.50%
G=24.49%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310815000.410.180.28326.434.2557.06
HexB76C96029121C1462239
Octal26715422605122345064271
Binary1011011111011001001011001010011001011100101000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C96; }

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

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

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

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

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

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

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

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