#B07696

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

Shades of Bouquet #B07696

Tints of Bouquet #B07696

Color information

#B07696 (or 0xB07696) is unknown color: approx Bouquet. HEX triplet: B0, 76 and 96. RGB value is (176,118,150). Sum of RGB (Red+Green+Blue) = 176+118+150=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07696 is #4F8969. Grayscale: #8A8A8A. Windows color (decimal): -5212522 or 9860784. OLE color: 9860784.

HSL color Cylindrical-coordinate representation of color #B07696: hue angle of 326.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07696 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176118150-
CMYK00.330.150.31
HSL326.9º26.85%57.65%-
HSV(B)326.9º32.95%69.02%-
XYZ29.8924.3931.99-
YUV138.99134.22154.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=39.64%
G=26.58%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611815000.330.150.31326.926.8557.65
HexB07696021F1F1471b3a
Octal26016622604117375073372
Binary10110000111011010010110010000111111111110100011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07696; }

 p { color: rgb(176,118,150); }

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

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

 a { background-color: rgb(176,118,150); }

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

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

 span { border-color: rgb(176,118,150); }

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