#B67B99

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

Shades of Bouquet #B67B99

Tints of Bouquet #B67B99

Color information

#B67B99 (or 0xB67B99) is unknown color: approx Bouquet. HEX triplet: B6, 7B and 99. RGB value is (182,123,153). Sum of RGB (Red+Green+Blue) = 182+123+153=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B99 is #498466. Grayscale: #909090. Windows color (decimal): -4818023 or 10058678. OLE color: 10058678.

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

Color convert

RGB182123153-
CMYK00.320.160.29
HSL329.49º28.78%59.8%-
HSV(B)329.49º32.42%71.37%-
XYZ32.1226.4133.54-
YUV144.06133.05155.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=39.74%
G=26.86%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212315300.320.160.29329.4928.7859.8
HexB67B99020101D1491d3c
Octal26617323104020355113574
Binary101101101111011100110010100000100001110110100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B99; }

 p { color: rgb(182,123,153); }

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

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

 a { background-color: rgb(182,123,153); }

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

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

 span { border-color: rgb(182,123,153); }

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