#B06995

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

Shades of Bouquet #B06995

Tints of Bouquet #B06995

Color information

#B06995 (or 0xB06995) is unknown color: approx Bouquet. HEX triplet: B0, 69 and 95. RGB value is (176,105,149). Sum of RGB (Red+Green+Blue) = 176+105+149=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B06995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06995 is #4F966A. Grayscale: #838383. Windows color (decimal): -5215851 or 9791920. OLE color: 9791920.

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

Color convert

RGB176105149-
CMYK00.400.150.31
HSL322.82º31%55.1%-
HSV(B)322.82º40.34%69.02%-
XYZ28.3821.531.09-
YUV131.24138.02159.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=40.93%
G=24.42%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610514900.400.150.31322.823155.1
HexB06995028F1F1431f37
Octal26015122505017375033767
Binary10110000110100110010101010100011111111110100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06995; }

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

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

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

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

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

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

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

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