#B67A99

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

Shades of Bouquet #B67A99

Tints of Bouquet #B67A99

Color information

#B67A99 (or 0xB67A99) is unknown color: approx Bouquet. HEX triplet: B6, 7A and 99. RGB value is (182,122,153). Sum of RGB (Red+Green+Blue) = 182+122+153=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A99 is #498566. Grayscale: #8F8F8F. Windows color (decimal): -4818279 or 10058422. OLE color: 10058422.

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

Color convert

RGB182122153-
CMYK00.330.160.29
HSL329º29.13%59.61%-
HSV(B)329º32.97%71.37%-
XYZ3226.1633.5-
YUV143.47133.38155.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=39.82%
G=26.70%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212215300.330.160.2932929.1359.61
HexB67A99021101D1491d3c
Octal26617223104120355113574
Binary101101101111010100110010100001100001110110100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A99; }

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

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

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

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

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

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

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

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