#B07A95

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

Shades of Bouquet #B07A95

Tints of Bouquet #B07A95

Color information

#B07A95 (or 0xB07A95) is unknown color: approx Bouquet. HEX triplet: B0, 7A and 95. RGB value is (176,122,149). Sum of RGB (Red+Green+Blue) = 176+122+149=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A95 is #4F856A. Grayscale: #8D8D8D. Windows color (decimal): -5211499 or 9796272. OLE color: 9796272.

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

Color convert

RGB176122149-
CMYK00.310.150.31
HSL330º25.47%58.43%-
HSV(B)330º30.68%69.02%-
XYZ30.2925.3231.72-
YUV141.22132.39152.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=39.37%
G=27.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612214900.310.150.3133025.4758.43
HexB07A9501FF1F14a193a
Octal26017222503717375123172
Binary1011000011110101001010101111111111111110100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A95; }

 p { color: rgb(176,122,149); }

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

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

 a { background-color: rgb(176,122,149); }

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

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

 span { border-color: rgb(176,122,149); }

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