#B67BA4

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

Shades of Bouquet #B67BA4

Tints of Bouquet #B67BA4

Color information

#B67BA4 (or 0xB67BA4) is unknown color: approx Bouquet. HEX triplet: B6, 7B and A4. RGB value is (182,123,164). Sum of RGB (Red+Green+Blue) = 182+123+164=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BA4 is #49845B. Grayscale: #919191. Windows color (decimal): -4818012 or 10779574. OLE color: 10779574.

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

Color convert

RGB182123164-
CMYK00.320.100.29
HSL318.31º28.78%59.8%-
HSV(B)318.31º32.42%71.37%-
XYZ33.0826.7938.55-
YUV145.32138.55154.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=38.81%
G=26.23%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212316400.320.100.29318.3128.7859.8
HexB67BA4020A1D13e1d3c
Octal26617324404012354763574
Binary10110110111101110100100010000010101110110011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BA4; }

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

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

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

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

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

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

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

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