#B07493

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

Shades of Bouquet #B07493

Tints of Bouquet #B07493

Color information

#B07493 (or 0xB07493) is unknown color: approx Bouquet. HEX triplet: B0, 74 and 93. RGB value is (176,116,147). Sum of RGB (Red+Green+Blue) = 176+116+147=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07493 is #4F8B6C. Grayscale: #898989. Windows color (decimal): -5213037 or 9663664. OLE color: 9663664.

HSL color Cylindrical-coordinate representation of color #B07493: hue angle of 329º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07493 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB176116147-
CMYK00.340.160.31
HSL329º27.52%57.25%-
HSV(B)329º34.09%69.02%-
XYZ29.4223.8330.65-
YUV137.47133.38155.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=40.09%
G=26.42%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611614700.340.160.3132927.5257.25
HexB07493022101F1491c39
Octal26016422304220375113471
Binary101100001110100100100110100010100001111110100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07493; }

 p { color: rgb(176,116,147); }

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

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

 a { background-color: rgb(176,116,147); }

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

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

 span { border-color: rgb(176,116,147); }

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