#B07B98

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

Shades of Bouquet #B07B98

Tints of Bouquet #B07B98

Color information

#B07B98 (or 0xB07B98) is unknown color: approx Bouquet. HEX triplet: B0, 7B and 98. RGB value is (176,123,152). Sum of RGB (Red+Green+Blue) = 176+123+152=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B98 is #4F8467. Grayscale: #8E8E8E. Windows color (decimal): -5211240 or 9993136. OLE color: 9993136.

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

Color convert

RGB176123152-
CMYK00.300.140.31
HSL327.17º25.12%58.63%-
HSV(B)327.17º30.11%69.02%-
XYZ30.6525.6633.04-
YUV142.15133.56152.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=39.02%
G=27.27%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612315200.300.140.31327.1725.1258.63
HexB07B9801EE1F147193b
Octal26017323003616375073173
Binary1011000011110111001100001111011101111110100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B98; }

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

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

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

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

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

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

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

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