#B67796

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

Shades of Bouquet #B67796

Tints of Bouquet #B67796

Color information

#B67796 (or 0xB67796) is unknown color: approx Bouquet. HEX triplet: B6, 77 and 96. RGB value is (182,119,150). Sum of RGB (Red+Green+Blue) = 182+119+150=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B67796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67796 is #498869. Grayscale: #8D8D8D. Windows color (decimal): -4819050 or 9861046. OLE color: 9861046.

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

Color convert

RGB182119150-
CMYK00.350.180.29
HSL330.48º30.14%59.02%-
HSV(B)330.48º34.62%71.37%-
XYZ31.3925.3432.09-
YUV141.37132.87156.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=40.35%
G=26.39%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211915000.350.180.29330.4830.1459.02
HexB67796023121D14a1e3b
Octal26616722604322355123673
Binary101101101110111100101100100011100101110110100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67796; }

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

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

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

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

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

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

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

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