#B07B95

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

Shades of Bouquet #B07B95

Tints of Bouquet #B07B95

Color information

#B07B95 (or 0xB07B95) is unknown color: approx Bouquet. HEX triplet: B0, 7B and 95. RGB value is (176,123,149). Sum of RGB (Red+Green+Blue) = 176+123+149=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B95 is #4F846A. Grayscale: #8D8D8D. Windows color (decimal): -5211243 or 9796528. OLE color: 9796528.

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

Color convert

RGB176123149-
CMYK00.300.150.31
HSL330.57º25.12%58.63%-
HSV(B)330.57º30.11%69.02%-
XYZ30.4125.5731.77-
YUV141.81132.06152.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=39.29%
G=27.46%
B=33.26%

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
Decimal17612314900.300.150.31330.5725.1258.63
HexB07B9501EF1F14b193b
Octal26017322503617375133173
Binary1011000011110111001010101111011111111110100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B95; }

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

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

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

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

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

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

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

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