#B0719A

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

Shades of Bouquet #B0719A

Tints of Bouquet #B0719A

Color information

#B0719A (or 0xB0719A) is unknown color: approx Bouquet. HEX triplet: B0, 71 and 9A. RGB value is (176,113,154). Sum of RGB (Red+Green+Blue) = 176+113+154=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0719A is #4F8E65. Grayscale: #888888. Windows color (decimal): -5213798 or 10121648. OLE color: 10121648.

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

Color convert

RGB176113154-
CMYK00.360.120.31
HSL320.95º28.51%56.67%-
HSV(B)320.95º35.8%69.02%-
XYZ29.6423.3733.52-
YUV136.51137.87156.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=39.73%
G=25.51%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611315400.360.120.31320.9528.5156.67
HexB0719A024C1F1411d39
Octal26016123204414375013571
Binary10110000111000110011010010010011001111110100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0719A; }

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

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

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

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

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

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

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

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