#B67BA0

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

Shades of Bouquet #B67BA0

Tints of Bouquet #B67BA0

Color information

#B67BA0 (or 0xB67BA0) is unknown color: approx Bouquet. HEX triplet: B6, 7B and A0. RGB value is (182,123,160). Sum of RGB (Red+Green+Blue) = 182+123+160=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BA0 is #49845F. Grayscale: #909090. Windows color (decimal): -4818016 or 10517430. OLE color: 10517430.

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

Color convert

RGB182123160-
CMYK00.320.120.29
HSL322.37º28.78%59.8%-
HSV(B)322.37º32.42%71.37%-
XYZ32.7226.6536.68-
YUV144.86136.55154.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=39.14%
G=26.45%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212316000.320.120.29322.3728.7859.8
HexB67BA0020C1D1421d3c
Octal26617324004014355023574
Binary10110110111101110100000010000011001110110100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BA0; }

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

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

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

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

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

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

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

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