#B96B9B

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

Shades of Bouquet #B96B9B

Tints of Bouquet #B96B9B

Color information

#B96B9B (or 0xB96B9B) is unknown color: approx Bouquet. HEX triplet: B9, 6B and 9B. RGB value is (185,107,155). Sum of RGB (Red+Green+Blue) = 185+107+155=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B9B is #469464. Grayscale: #878787. Windows color (decimal): -4625509 or 10185657. OLE color: 10185657.

HSL color Cylindrical-coordinate representation of color #B96B9B: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B9B is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185107155-
CMYK00.420.160.27
HSL323.08º35.78%57.25%-
HSV(B)323.08º42.16%72.55%-
XYZ31.1823.233.84-
YUV135.79138.84163.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=41.39%
G=23.94%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510715500.420.160.27323.0835.7857.25
HexB96B9B02A101B1432439
Octal27115323305220335034471
Binary1011100111010111001101101010101000011011101000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B9B; }

 p { color: rgb(185,107,155); }

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

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

 a { background-color: rgb(185,107,155); }

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

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

 span { border-color: rgb(185,107,155); }

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