#B06B9C

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

Shades of Bouquet #B06B9C

Tints of Bouquet #B06B9C

Color information

#B06B9C (or 0xB06B9C) is unknown color: approx Bouquet. HEX triplet: B0, 6B and 9C. RGB value is (176,107,156). Sum of RGB (Red+Green+Blue) = 176+107+156=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B9C is #4F9463. Grayscale: #858585. Windows color (decimal): -5215332 or 10251184. OLE color: 10251184.

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

Color convert

RGB176107156-
CMYK00.390.110.31
HSL317.39º30.4%55.49%-
HSV(B)317.39º39.2%69.02%-
XYZ29.1622.1534.19-
YUV133.22140.86158.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=40.09%
G=24.37%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610715600.390.110.31317.3930.455.49
HexB06B9C027B1F13d1e37
Octal26015323404713374753667
Binary10110000110101110011100010011110111111110011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B9C; }

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

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

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

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

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

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

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

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