#B76F9F

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

Shades of Bouquet #B76F9F

Tints of Bouquet #B76F9F

Color information

#B76F9F (or 0xB76F9F) is unknown color: approx Bouquet. HEX triplet: B7, 6F and 9F. RGB value is (183,111,159). Sum of RGB (Red+Green+Blue) = 183+111+159=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F9F is #489060. Grayscale: #898989. Windows color (decimal): -4755553 or 10448823. OLE color: 10448823.

HSL color Cylindrical-coordinate representation of color #B76F9F: hue angle of 320º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F9F is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183111159-
CMYK00.390.130.28
HSL320º33.33%57.65%-
HSV(B)320º39.34%71.76%-
XYZ31.4723.9435.76-
YUV138139.85160.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=40.40%
G=24.50%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311115900.390.130.2832033.3357.65
HexB76F9F027D1C140213a
Octal26715723704715345004172
Binary101101111101111100111110100111110111100101000000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F9F; }

 p { color: rgb(183,111,159); }

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

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

 a { background-color: rgb(183,111,159); }

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

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

 span { border-color: rgb(183,111,159); }

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