#B06C9A

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

Shades of Bouquet #B06C9A

Tints of Bouquet #B06C9A

Color information

#B06C9A (or 0xB06C9A) is unknown color: approx Bouquet. HEX triplet: B0, 6C and 9A. RGB value is (176,108,154). Sum of RGB (Red+Green+Blue) = 176+108+154=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C9A is #4F9365. Grayscale: #858585. Windows color (decimal): -5215078 or 10120368. OLE color: 10120368.

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

Color convert

RGB176108154-
CMYK00.390.120.31
HSL319.41º30.09%55.69%-
HSV(B)319.41º38.64%69.02%-
XYZ29.122.2933.34-
YUV133.58139.53158.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=40.18%
G=24.66%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610815400.390.120.31319.4130.0955.69
HexB06C9A027C1F13f1e38
Octal26015423204714374773670
Binary10110000110110010011010010011111001111110011111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C9A; }

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

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

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

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

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

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

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

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