#B67B9B

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

Shades of Bouquet #B67B9B

Tints of Bouquet #B67B9B

Color information

#B67B9B (or 0xB67B9B) is unknown color: approx Bouquet. HEX triplet: B6, 7B and 9B. RGB value is (182,123,155). Sum of RGB (Red+Green+Blue) = 182+123+155=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B9B is #498464. Grayscale: #909090. Windows color (decimal): -4818021 or 10189750. OLE color: 10189750.

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

Color convert

RGB182123155-
CMYK00.320.150.29
HSL327.46º28.78%59.8%-
HSV(B)327.46º32.42%71.37%-
XYZ32.2926.4834.42-
YUV144.29134.05154.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=39.57%
G=26.74%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212315500.320.150.29327.4628.7859.8
HexB67B9B020F1D1471d3c
Octal26617323304017355073574
Binary10110110111101110011011010000011111110110100011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B9B; }

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

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

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

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

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

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

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

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