#B67B9F

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

Shades of Bouquet #B67B9F

Tints of Bouquet #B67B9F

Color information

#B67B9F (or 0xB67B9F) is unknown color: approx Bouquet. HEX triplet: B6, 7B and 9F. RGB value is (182,123,159). Sum of RGB (Red+Green+Blue) = 182+123+159=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B9F is #498460. Grayscale: #909090. Windows color (decimal): -4818017 or 10451894. OLE color: 10451894.

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

Color convert

RGB182123159-
CMYK00.320.130.29
HSL323.39º28.78%59.8%-
HSV(B)323.39º32.42%71.37%-
XYZ32.6326.6136.22-
YUV144.74136.05154.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=39.22%
G=26.51%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212315900.320.130.29323.3928.7859.8
HexB67B9F020D1D1431d3c
Octal26617323704015355033574
Binary10110110111101110011111010000011011110110100001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B9F; }

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

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

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

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

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

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

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

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