#B07692

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

Shades of Bouquet #B07692

Tints of Bouquet #B07692

Color information

#B07692 (or 0xB07692) is unknown color: approx Bouquet. HEX triplet: B0, 76 and 92. RGB value is (176,118,146). Sum of RGB (Red+Green+Blue) = 176+118+146=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07692 is #4F896D. Grayscale: #8A8A8A. Windows color (decimal): -5212526 or 9598640. OLE color: 9598640.

HSL color Cylindrical-coordinate representation of color #B07692: hue angle of 331.03º 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 #B07692 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176118146-
CMYK00.330.170.31
HSL331.03º26.85%57.65%-
HSV(B)331.03º32.95%69.02%-
XYZ29.5724.2630.32-
YUV138.53132.22154.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=40%
G=26.82%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611814600.330.170.31331.0326.8557.65
HexB07692021111F14b1b3a
Octal26016622204121375133372
Binary101100001110110100100100100001100011111110100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07692; }

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

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

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

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

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

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

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

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