#B67DA9

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

Shades of Bouquet #B67DA9

Tints of Bouquet #B67DA9

Color information

#B67DA9 (or 0xB67DA9) is unknown color: approx Bouquet. HEX triplet: B6, 7D and A9. RGB value is (182,125,169). Sum of RGB (Red+Green+Blue) = 182+125+169=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DA9 is #498256. Grayscale: #929292. Windows color (decimal): -4817495 or 11107766. OLE color: 11107766.

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

Color convert

RGB182125169-
CMYK00.310.070.29
HSL313.68º28.08%60.2%-
HSV(B)313.68º31.32%71.37%-
XYZ33.7927.4841.06-
YUV147.06140.38152.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=38.24%
G=26.26%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212516900.310.070.29313.6828.0860.2
HexB67DA901F71D13a1c3c
Octal2661752510377354723474
Binary101101101111101101010010111111111110110011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DA9; }

 p { color: rgb(182,125,169); }

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

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

 a { background-color: rgb(182,125,169); }

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

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

 span { border-color: rgb(182,125,169); }

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