#B67998

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

Shades of Bouquet #B67998

Tints of Bouquet #B67998

Color information

#B67998 (or 0xB67998) is unknown color: approx Bouquet. HEX triplet: B6, 79 and 98. RGB value is (182,121,152). Sum of RGB (Red+Green+Blue) = 182+121+152=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B67998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67998 is #498667. Grayscale: #8E8E8E. Windows color (decimal): -4818536 or 9992630. OLE color: 9992630.

HSL color Cylindrical-coordinate representation of color #B67998: hue angle of 329.51º 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 #B67998 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182121152-
CMYK00.340.160.29
HSL329.51º29.47%59.41%-
HSV(B)329.51º33.52%71.37%-
XYZ31.825.8933.03-
YUV142.77133.21155.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=40%
G=26.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212115200.340.160.29329.5129.4759.41
HexB67998022101D14a1d3b
Octal26617123004220355123573
Binary101101101111001100110000100010100001110110100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67998; }

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

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

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

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

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

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

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

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