#B07C96

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

Shades of Bouquet #B07C96

Tints of Bouquet #B07C96

Color information

#B07C96 (or 0xB07C96) is unknown color: approx Bouquet. HEX triplet: B0, 7C and 96. RGB value is (176,124,150). Sum of RGB (Red+Green+Blue) = 176+124+150=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C96 is #4F8369. Grayscale: #8E8E8E. Windows color (decimal): -5210986 or 9862320. OLE color: 9862320.

HSL color Cylindrical-coordinate representation of color #B07C96: hue angle of 330º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C96 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176124150-
CMYK00.300.150.31
HSL330º24.76%58.82%-
HSV(B)330º29.55%69.02%-
XYZ30.6225.8532.23-
YUV142.51132.23151.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=39.11%
G=27.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612415000.300.150.3133024.7658.82
HexB07C9601EF1F14a193b
Octal26017422603617375123173
Binary1011000011111001001011001111011111111110100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C96; }

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

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

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

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

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

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

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

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