#B06D9A

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

Shades of Bouquet #B06D9A

Tints of Bouquet #B06D9A

Color information

#B06D9A (or 0xB06D9A) is unknown color: approx Bouquet. HEX triplet: B0, 6D and 9A. RGB value is (176,109,154). Sum of RGB (Red+Green+Blue) = 176+109+154=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D9A is #4F9265. Grayscale: #868686. Windows color (decimal): -5214822 or 10120624. OLE color: 10120624.

HSL color Cylindrical-coordinate representation of color #B06D9A: hue angle of 319.7º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06D9A is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176109154-
CMYK00.380.120.31
HSL319.7º29.78%55.88%-
HSV(B)319.7º38.07%69.02%-
XYZ29.2122.533.38-
YUV134.16139.2157.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=40.09%
G=24.83%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610915400.380.120.31319.729.7855.88
HexB06D9A026C1F1401e38
Octal26015523204614375003670
Binary10110000110110110011010010011011001111110100000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D9A; }

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

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

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

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

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

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

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

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