#B06A9C

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

Shades of Bouquet #B06A9C

Tints of Bouquet #B06A9C

Color information

#B06A9C (or 0xB06A9C) is unknown color: approx Bouquet. HEX triplet: B0, 6A and 9C. RGB value is (176,106,156). Sum of RGB (Red+Green+Blue) = 176+106+156=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A9C is #4F9563. Grayscale: #848484. Windows color (decimal): -5215588 or 10250928. OLE color: 10250928.

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

Color convert

RGB176106156-
CMYK00.400.110.31
HSL317.14º30.7%55.29%-
HSV(B)317.14º39.77%69.02%-
XYZ29.0621.9434.16-
YUV132.63141.19158.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=40.18%
G=24.20%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610615600.400.110.31317.1430.755.29
HexB06A9C028B1F13d1f37
Octal26015223405013374753767
Binary10110000110101010011100010100010111111110011110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A9C; }

 p { color: rgb(176,106,156); }

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

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

 a { background-color: rgb(176,106,156); }

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

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

 span { border-color: rgb(176,106,156); }

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