#B06895

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

Shades of Bouquet #B06895

Tints of Bouquet #B06895

Color information

#B06895 (or 0xB06895) is unknown color: approx Bouquet. HEX triplet: B0, 68 and 95. RGB value is (176,104,149). Sum of RGB (Red+Green+Blue) = 176+104+149=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06895 is #4F976A. Grayscale: #828282. Windows color (decimal): -5216107 or 9791664. OLE color: 9791664.

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

Color convert

RGB176104149-
CMYK00.410.150.31
HSL322.5º31.3%54.9%-
HSV(B)322.5º40.91%69.02%-
XYZ28.2821.331.05-
YUV130.66138.35160.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=41.03%
G=24.24%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610414900.410.150.31322.531.354.9
HexB06895029F1F1421f37
Octal26015022505117375023767
Binary10110000110100010010101010100111111111110100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06895; }

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

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

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

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

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

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

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

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