#B76A9B

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

Shades of Bouquet #B76A9B

Tints of Bouquet #B76A9B

Color information

#B76A9B (or 0xB76A9B) is unknown color: approx Bouquet. HEX triplet: B7, 6A and 9B. RGB value is (183,106,155). Sum of RGB (Red+Green+Blue) = 183+106+155=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A9B is #489564. Grayscale: #868686. Windows color (decimal): -4756837 or 10185399. OLE color: 10185399.

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

Color convert

RGB183106155-
CMYK00.420.150.28
HSL321.82º34.84%56.67%-
HSV(B)321.82º42.08%71.76%-
XYZ30.622.7433.79-
YUV134.61139.51162.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=41.22%
G=23.87%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310615500.420.150.28321.8234.8456.67
HexB76A9B02AF1C1422339
Octal26715223305217345024371
Binary101101111101010100110110101010111111100101000010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A9B; }

 p { color: rgb(183,106,155); }

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

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

 a { background-color: rgb(183,106,155); }

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

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

 span { border-color: rgb(183,106,155); }

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