Html Css Color HEX #B96BA2 Bouquet

📋 copy color: '#B96BA2'

red 185 ◦ green 107 ◦ blue 162

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

Shades of Bouquet #B96BA2

Tints of Bouquet #B96BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 40.75%
G = 23.57%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B96BA2 (or 0xB96BA2) is known color: Bouquet. HEX triplet: B9, 6B and A2. RGB value is (185,107,162). Sum of RGB (Red+Green+Blue) = 185+107+162=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA2 is #46945D. Grayscale: #888888. Windows color (decimal): -4625502 or 10644409. OLE color: 10644409.

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

Color convert

RGB 185 107 162 -
CMYK 0 0.42 0.12 0.27
HSL 317.69º 0.36% 0.57% -
HSV(B) 317.69º 0.42% 0.73% -
XYZ 31.79 23.44 37.03 -
YUV 136.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 185 107 162 0 0.42 0.12 0.27 317.69 0.36 0.57
Hex B9 6B A2 0 2A C 1B 13E 24 39
Octal 271 153 242 0 52 14 33 476 44 71
Binary 10111001 1101011 10100010 0 101010 1100 11011 100111110 100100 111001

Color Harmonies of #B96BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BA2

Black with #B96BA2

Text Example


Text Example

White with #B96BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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