Html Css Color HEX #B96FA6 Bouquet

📋 copy color: '#B96FA6'

red 185 ◦ green 111 ◦ blue 166

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

Shades of Bouquet #B96FA6

Tints of Bouquet #B96FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 40.04%
G = 24.03%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B96FA6 (or 0xB96FA6) is known color: Bouquet. HEX triplet: B9, 6F and A6. RGB value is (185,111,166). Sum of RGB (Red+Green+Blue) = 185+111+166=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FA6 is #469059. Grayscale: #8B8B8B. Windows color (decimal): -4624474 or 10907577. OLE color: 10907577.

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

Color convert

RGB 185 111 166 -
CMYK 0 0.4 0.10 0.27
HSL 315.41º 0.35% 0.58% -
HSV(B) 315.41º 0.4% 0.73% -
XYZ 32.57 24.44 39.08 -
YUV 139.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 185 111 166 0 0.4 0.10 0.27 315.41 0.35 0.58
Hex B9 6F A6 0 28 A 1B 13B 23 3A
Octal 271 157 246 0 50 12 33 473 43 72
Binary 10111001 1101111 10100110 0 101000 1010 11011 100111011 100011 111010

Color Harmonies of #B96FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FA6

Black with #B96FA6

Text Example


Text Example

White with #B96FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FA6; }

 p { color: rgb(185,111,166); }

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

background-color css

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

 a { background-color: rgb(185,111,166); }

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

border-color css

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

 span { border-color: rgb(185,111,166); }

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