#B67996

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

Shades of Bouquet #B67996

Tints of Bouquet #B67996

Color information

#B67996 (or 0xB67996) is unknown color: approx Bouquet. HEX triplet: B6, 79 and 96. RGB value is (182,121,150). Sum of RGB (Red+Green+Blue) = 182+121+150=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B67996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67996 is #498669. Grayscale: #8E8E8E. Windows color (decimal): -4818538 or 9861558. OLE color: 9861558.

HSL color Cylindrical-coordinate representation of color #B67996: hue angle of 331.48º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67996 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182121150-
CMYK00.340.180.29
HSL331.48º29.47%59.41%-
HSV(B)331.48º33.52%71.37%-
XYZ31.6325.8232.17-
YUV142.54132.21156.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=40.18%
G=26.71%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212115000.340.180.29331.4829.4759.41
HexB67996022121D14b1d3b
Octal26617122604222355133573
Binary101101101111001100101100100010100101110110100101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67996; }

 p { color: rgb(182,121,150); }

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

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

 a { background-color: rgb(182,121,150); }

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

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

 span { border-color: rgb(182,121,150); }

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