#B76C97

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

Shades of Bouquet #B76C97

Tints of Bouquet #B76C97

Color information

#B76C97 (or 0xB76C97) is unknown color: approx Bouquet. HEX triplet: B7, 6C and 97. RGB value is (183,108,151). Sum of RGB (Red+Green+Blue) = 183+108+151=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C97 is #489368. Grayscale: #878787. Windows color (decimal): -4756329 or 9923767. OLE color: 9923767.

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

Color convert

RGB183108151-
CMYK00.410.170.28
HSL325.6º34.25%57.06%-
HSV(B)325.6º40.98%71.76%-
XYZ30.4823.0332.12-
YUV135.33136.85162-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=41.40%
G=24.43%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310815100.410.170.28325.634.2557.06
HexB76C97029111C1462239
Octal26715422705121345064271
Binary1011011111011001001011101010011000111100101000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C97; }

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

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

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

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

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

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

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

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