#B67A95

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

Shades of Bouquet #B67A95

Tints of Bouquet #B67A95

Color information

#B67A95 (or 0xB67A95) is unknown color: approx Bouquet. HEX triplet: B6, 7A and 95. RGB value is (182,122,149). Sum of RGB (Red+Green+Blue) = 182+122+149=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A95 is #49856A. Grayscale: #8E8E8E. Windows color (decimal): -4818283 or 9796278. OLE color: 9796278.

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

Color convert

RGB182122149-
CMYK00.330.180.29
HSL333º29.13%59.61%-
HSV(B)333º32.97%71.37%-
XYZ31.6826.0331.79-
YUV143.02131.38155.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=40.18%
G=26.93%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212214900.330.180.2933329.1359.61
HexB67A95021121D14d1d3c
Octal26617222504122355153574
Binary101101101111010100101010100001100101110110100110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A95; }

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

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

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

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

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

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

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

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