#B06B9A

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

Shades of Bouquet #B06B9A

Tints of Bouquet #B06B9A

Color information

#B06B9A (or 0xB06B9A) is unknown color: approx Bouquet. HEX triplet: B0, 6B and 9A. RGB value is (176,107,154). Sum of RGB (Red+Green+Blue) = 176+107+154=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B9A is #4F9465. Grayscale: #848484. Windows color (decimal): -5215334 or 10120112. OLE color: 10120112.

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

Color convert

RGB176107154-
CMYK00.390.120.31
HSL319.13º30.4%55.49%-
HSV(B)319.13º39.2%69.02%-
XYZ28.9922.0833.31-
YUV132.99139.86158.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=40.27%
G=24.49%
B=35.24%

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
Decimal17610715400.390.120.31319.1330.455.49
HexB06B9A027C1F13f1e37
Octal26015323204714374773667
Binary10110000110101110011010010011111001111110011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B9A; }

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

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

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

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

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

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

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

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