#B07393

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

Shades of Bouquet #B07393

Tints of Bouquet #B07393

Color information

#B07393 (or 0xB07393) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 93. RGB value is (176,115,147). Sum of RGB (Red+Green+Blue) = 176+115+147=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07393 is #4F8C6C. Grayscale: #888888. Windows color (decimal): -5213293 or 9663408. OLE color: 9663408.

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

Color convert

RGB176115147-
CMYK00.350.160.31
HSL328.52º27.85%57.06%-
HSV(B)328.52º34.66%69.02%-
XYZ29.323.630.61-
YUV136.89133.71155.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=40.18%
G=26.26%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611514700.350.160.31328.5227.8557.06
HexB07393023101F1491c39
Octal26016322304320375113471
Binary101100001110011100100110100011100001111110100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07393; }

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

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

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

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

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

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

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

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