#B06D9C

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

Shades of Bouquet #B06D9C

Tints of Bouquet #B06D9C

Color information

#B06D9C (or 0xB06D9C) is unknown color: approx Bouquet. HEX triplet: B0, 6D and 9C. RGB value is (176,109,156). Sum of RGB (Red+Green+Blue) = 176+109+156=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D9C is #4F9263. Grayscale: #868686. Windows color (decimal): -5214820 or 10251696. OLE color: 10251696.

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

Color convert

RGB176109156-
CMYK00.380.110.31
HSL317.91º29.78%55.88%-
HSV(B)317.91º38.07%69.02%-
XYZ29.3722.5734.26-
YUV134.39140.2157.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=39.91%
G=24.72%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610915600.380.110.31317.9129.7855.88
HexB06D9C026B1F13e1e38
Octal26015523404613374763670
Binary10110000110110110011100010011010111111110011111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D9C; }

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

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

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

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

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

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

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

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