#B06295

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

Shades of Bouquet #B06295

Tints of Bouquet #B06295

Color information

#B06295 (or 0xB06295) is unknown color: approx Bouquet. HEX triplet: B0, 62 and 95. RGB value is (176,98,149). Sum of RGB (Red+Green+Blue) = 176+98+149=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06295 is #4F9D6A. Grayscale: #7F7F7F. Windows color (decimal): -5217643 or 9790128. OLE color: 9790128.

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

Color convert

RGB17698149-
CMYK00.440.150.31
HSL320.77º33.05%53.73%-
HSV(B)320.77º44.32%69.02%-
XYZ27.720.1430.86-
YUV127.14140.34162.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=41.61%
G=23.17%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769814900.440.150.31320.7733.0553.73
HexB0629502CF1F1412136
Octal26014222505417375014166
Binary101100001100010100101010101100111111111101000001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06295; }

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

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

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

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

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

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

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

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