#B76E9B

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

Shades of Bouquet #B76E9B

Tints of Bouquet #B76E9B

Color information

#B76E9B (or 0xB76E9B) is unknown color: approx Bouquet. HEX triplet: B7, 6E and 9B. RGB value is (183,110,155). Sum of RGB (Red+Green+Blue) = 183+110+155=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E9B is #489164. Grayscale: #888888. Windows color (decimal): -4755813 or 10186423. OLE color: 10186423.

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

Color convert

RGB183110155-
CMYK00.400.150.28
HSL323.01º33.64%57.45%-
HSV(B)323.01º39.89%71.76%-
XYZ31.0223.5933.93-
YUV136.96138.18160.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=40.85%
G=24.55%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311015500.400.150.28323.0133.6457.45
HexB76E9B028F1C1432239
Octal26715623305017345034271
Binary101101111101110100110110101000111111100101000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E9B; }

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

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

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

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

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

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

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

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