#B67A9C

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

Shades of Bouquet #B67A9C

Tints of Bouquet #B67A9C

Color information

#B67A9C (or 0xB67A9C) is unknown color: approx Bouquet. HEX triplet: B6, 7A and 9C. RGB value is (182,122,156). Sum of RGB (Red+Green+Blue) = 182+122+156=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A9C is #498563. Grayscale: #8F8F8F. Windows color (decimal): -4818276 or 10255030. OLE color: 10255030.

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

Color convert

RGB182122156-
CMYK00.330.140.29
HSL326º29.13%59.61%-
HSV(B)326º32.97%71.37%-
XYZ32.2526.2634.82-
YUV143.82134.88155.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=39.57%
G=26.52%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212215600.330.140.2932629.1359.61
HexB67A9C021E1D1461d3c
Octal26617223404116355063574
Binary10110110111101010011100010000111101110110100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A9C; }

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

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

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

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

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

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

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

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