#B07198

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

Shades of Bouquet #B07198

Tints of Bouquet #B07198

Color information

#B07198 (or 0xB07198) is unknown color: approx Bouquet. HEX triplet: B0, 71 and 98. RGB value is (176,113,152). Sum of RGB (Red+Green+Blue) = 176+113+152=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07198 is #4F8E67. Grayscale: #888888. Windows color (decimal): -5213800 or 9990576. OLE color: 9990576.

HSL color Cylindrical-coordinate representation of color #B07198: hue angle of 322.86º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07198 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176113152-
CMYK00.360.140.31
HSL322.86º28.51%56.67%-
HSV(B)322.86º35.8%69.02%-
XYZ29.4823.3132.65-
YUV136.28136.87156.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=39.91%
G=25.62%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611315200.360.140.31322.8628.5156.67
HexB07198024E1F1431d39
Octal26016123004416375033571
Binary10110000111000110011000010010011101111110100001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07198; }

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

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

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

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

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

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

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

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