#B76C9D

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

Shades of Bouquet #B76C9D

Tints of Bouquet #B76C9D

Color information

#B76C9D (or 0xB76C9D) is unknown color: approx Bouquet. HEX triplet: B7, 6C and 9D. RGB value is (183,108,157). Sum of RGB (Red+Green+Blue) = 183+108+157=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C9D is #489362. Grayscale: #878787. Windows color (decimal): -4756323 or 10316983. OLE color: 10316983.

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

Color convert

RGB183108157-
CMYK00.410.140.28
HSL320.8º34.25%57.06%-
HSV(B)320.8º40.98%71.76%-
XYZ30.9823.2334.75-
YUV136.01139.85161.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=40.85%
G=24.11%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310815700.410.140.28320.834.2557.06
HexB76C9D029E1C1412239
Octal26715423505116345014271
Binary101101111101100100111010101001111011100101000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C9D; }

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

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

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

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

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

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

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

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