#B67F9F

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

Shades of Bouquet #B67F9F

Tints of Bouquet #B67F9F

Color information

#B67F9F (or 0xB67F9F) is unknown color: approx Bouquet. HEX triplet: B6, 7F and 9F. RGB value is (182,127,159). Sum of RGB (Red+Green+Blue) = 182+127+159=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F9F is #498060. Grayscale: #939393. Windows color (decimal): -4816993 or 10452918. OLE color: 10452918.

HSL color Cylindrical-coordinate representation of color #B67F9F: hue angle of 325.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F9F is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182127159-
CMYK00.300.130.29
HSL325.09º27.36%60.59%-
HSV(B)325.09º30.22%71.37%-
XYZ33.1427.6336.39-
YUV147.09134.72152.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=38.89%
G=27.14%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212715900.300.130.29325.0927.3660.59
HexB67F9F01ED1D1451b3d
Octal26617723703615355053375
Binary1011011011111111001111101111011011110110100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F9F; }

 p { color: rgb(182,127,159); }

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

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

 a { background-color: rgb(182,127,159); }

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

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

 span { border-color: rgb(182,127,159); }

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