Html Css Color HEX #B96AA0 Bouquet

📋 copy color: '#B96AA0'

red 185 ◦ green 106 ◦ blue 160

#B96AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B96AA0

Tints of Bouquet #B96AA0

RGB

 RED value IS 185 (72.66% from 255) = 41.02%

 GREEN value IS 106 (41.8% from 255) = 23.5%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 41.02%
G = 23.5%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B96AA0 (or 0xB96AA0) is known color: Bouquet. HEX triplet: B9, 6A and A0. RGB value is (185,106,160). Sum of RGB (Red+Green+Blue) = 185+106+160=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AA0 is #46955F. Grayscale: #878787. Windows color (decimal): -4625760 or 10513081. OLE color: 10513081.

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

Color convert

RGB 185 106 160 -
CMYK 0 0.43 0.14 0.27
HSL 318.99º 0.36% 0.57% -
HSV(B) 318.99º 0.43% 0.73% -
XYZ 31.51 23.16 36.07 -
YUV 135.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 185 106 160 0 0.43 0.14 0.27 318.99 0.36 0.57
Hex B9 6A A0 0 2B E 1B 13F 24 39
Octal 271 152 240 0 53 16 33 477 44 71
Binary 10111001 1101010 10100000 0 101011 1110 11011 100111111 100100 111001

Color Harmonies of #B96AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AA0

Black with #B96AA0

Text Example


Text Example

White with #B96AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AA0; }

 p { color: rgb(185,106,160); }

 H1.HeaderClassName
 {
   color: #B96AA0;
 }
 .AnyTagClassName
 {
   color: #B96AA0;
 }
</style>

background-color css

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

 a { background-color: rgb(185,106,160); }

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

border-color css

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

 span { border-color: rgb(185,106,160); }

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