#B76EA0

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

Shades of Bouquet #B76EA0

Tints of Bouquet #B76EA0

Color information

#B76EA0 (or 0xB76EA0) is unknown color: approx Bouquet. HEX triplet: B7, 6E and A0. RGB value is (183,110,160). Sum of RGB (Red+Green+Blue) = 183+110+160=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EA0 is #48915F. Grayscale: #898989. Windows color (decimal): -4755808 or 10514103. OLE color: 10514103.

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

Color convert

RGB183110160-
CMYK00.400.130.28
HSL318.9º33.64%57.45%-
HSV(B)318.9º39.89%71.76%-
XYZ31.4523.7636.19-
YUV137.53140.68160.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 110 (43.36% from 255) = 24.28%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=40.40%
G=24.28%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311016000.400.130.28318.933.6457.45
HexB76EA0028D1C13f2239
Octal26715624005015344774271
Binary101101111101110101000000101000110111100100111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EA0; }

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

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

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

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

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

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

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

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