#B06D97

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

Shades of Bouquet #B06D97

Tints of Bouquet #B06D97

Color information

#B06D97 (or 0xB06D97) is unknown color: approx Bouquet. HEX triplet: B0, 6D and 97. RGB value is (176,109,151). Sum of RGB (Red+Green+Blue) = 176+109+151=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D97 is #4F9268. Grayscale: #858585. Windows color (decimal): -5214825 or 9924016. OLE color: 9924016.

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

Color convert

RGB176109151-
CMYK00.380.140.31
HSL322.39º29.78%55.88%-
HSV(B)322.39º38.07%69.02%-
XYZ28.9622.432.08-
YUV133.82137.7158.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=40.37%
G=25%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610915100.380.140.31322.3929.7855.88
HexB06D97026E1F1421e38
Octal26015522704616375023670
Binary10110000110110110010111010011011101111110100001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D97; }

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

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

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

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

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

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

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

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