Html Css Color HEX #B96EAA Bouquet

📋 copy color: '#B96EAA'

red 185 ◦ green 110 ◦ blue 170

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

Shades of Bouquet #B96EAA

Tints of Bouquet #B96EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.66%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 39.78%
G = 23.66%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B96EAA (or 0xB96EAA) is known color: Bouquet. HEX triplet: B9, 6E and AA. RGB value is (185,110,170). Sum of RGB (Red+Green+Blue) = 185+110+170=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B96EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96EAA is #469155. Grayscale: #8B8B8B. Windows color (decimal): -4624726 or 11169465. OLE color: 11169465.

HSL color Cylindrical-coordinate representation of color #B96EAA: hue angle of 312º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96EAA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 170 -
CMYK 0 0.41 0.08 0.27
HSL 312º 0.35% 0.58% -
HSV(B) 312º 0.41% 0.73% -
XYZ 32.84 24.37 41 -
YUV 139.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 185 110 170 0 0.41 0.08 0.27 312 0.35 0.58
Hex B9 6E AA 0 29 8 1B 138 23 3A
Octal 271 156 252 0 51 10 33 470 43 72
Binary 10111001 1101110 10101010 0 101001 1000 11011 100111000 100011 111010

Color Harmonies of #B96EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EAA

Black with #B96EAA

Text Example


Text Example

White with #B96EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EAA; }

 p { color: rgb(185,110,170); }

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

background-color css

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

 a { background-color: rgb(185,110,170); }

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

border-color css

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

 span { border-color: rgb(185,110,170); }

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