#B67399

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

Shades of Bouquet #B67399

Tints of Bouquet #B67399

Color information

#B67399 (or 0xB67399) is unknown color: approx Bouquet. HEX triplet: B6, 73 and 99. RGB value is (182,115,153). Sum of RGB (Red+Green+Blue) = 182+115+153=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B67399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67399 is #498C66. Grayscale: #8B8B8B. Windows color (decimal): -4820071 or 10056630. OLE color: 10056630.

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

Color convert

RGB182115153-
CMYK00.370.160.29
HSL325.97º31.46%58.24%-
HSV(B)325.97º36.81%71.37%-
XYZ31.1724.5133.22-
YUV139.36135.7158.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 153 (60.16% from 255) = 34%
R=40.44%
G=25.56%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211515300.370.160.29325.9731.4658.24
HexB67399025101D1461f3a
Octal26616323104520355063772
Binary101101101110011100110010100101100001110110100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67399; }

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

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

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

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

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

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

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

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