#B07396

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

Shades of Bouquet #B07396

Tints of Bouquet #B07396

Color information

#B07396 (or 0xB07396) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 96. RGB value is (176,115,150). Sum of RGB (Red+Green+Blue) = 176+115+150=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07396 is #4F8C69. Grayscale: #898989. Windows color (decimal): -5213290 or 9860016. OLE color: 9860016.

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

Color convert

RGB176115150-
CMYK00.350.150.31
HSL325.57º27.85%57.06%-
HSV(B)325.57º34.66%69.02%-
XYZ29.5423.6931.87-
YUV137.23135.21155.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=39.91%
G=26.08%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611515000.350.150.31325.5727.8557.06
HexB07396023F1F1461c39
Octal26016322604317375063471
Binary10110000111001110010110010001111111111110100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07396; }

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

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

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

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

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

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

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

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