Html Css Color HEX #B96EA3 Bouquet

📋 copy color: '#B96EA3'

red 185 ◦ green 110 ◦ blue 163

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

Shades of Bouquet #B96EA3

Tints of Bouquet #B96EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.59%

R = 40.39%
G = 24.02%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B96EA3 (or 0xB96EA3) is known color: Bouquet. HEX triplet: B9, 6E and A3. RGB value is (185,110,163). Sum of RGB (Red+Green+Blue) = 185+110+163=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B96EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96EA3 is #46915C. Grayscale: #8A8A8A. Windows color (decimal): -4624733 or 10710713. OLE color: 10710713.

HSL color Cylindrical-coordinate representation of color #B96EA3: hue angle of 317.6º 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 #B96EA3 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 163 -
CMYK 0 0.41 0.12 0.27
HSL 317.6º 0.35% 0.58% -
HSV(B) 317.6º 0.41% 0.73% -
XYZ 32.19 24.11 37.61 -
YUV 138.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 185 110 163 0 0.41 0.12 0.27 317.6 0.35 0.58
Hex B9 6E A3 0 29 C 1B 13E 23 3A
Octal 271 156 243 0 51 14 33 476 43 72
Binary 10111001 1101110 10100011 0 101001 1100 11011 100111110 100011 111010

Color Harmonies of #B96EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EA3

Black with #B96EA3

Text Example


Text Example

White with #B96EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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