#B67AA7

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

Shades of Bouquet #B67AA7

Tints of Bouquet #B67AA7

Color information

#B67AA7 (or 0xB67AA7) is unknown color: approx Bouquet. HEX triplet: B6, 7A and A7. RGB value is (182,122,167). Sum of RGB (Red+Green+Blue) = 182+122+167=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AA7 is #498558. Grayscale: #909090. Windows color (decimal): -4818265 or 10975926. OLE color: 10975926.

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

Color convert

RGB182122167-
CMYK00.330.080.29
HSL315º29.13%59.61%-
HSV(B)315º32.97%71.37%-
XYZ33.2326.6539.95-
YUV145.07140.38154.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=38.64%
G=25.90%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212216700.330.080.2931529.1359.61
HexB67AA702181D13b1d3c
Octal26617224704110354733574
Binary10110110111101010100111010000110001110110011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AA7; }

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

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

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

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

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

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

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

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