Html Css Color HEX #B96BA1 Bouquet

📋 copy color: '#B96BA1'

red 185 ◦ green 107 ◦ blue 161

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

Shades of Bouquet #B96BA1

Tints of Bouquet #B96BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 40.84%
G = 23.62%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B96BA1 (or 0xB96BA1) is known color: Bouquet. HEX triplet: B9, 6B and A1. RGB value is (185,107,161). Sum of RGB (Red+Green+Blue) = 185+107+161=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA1 is #46945E. Grayscale: #888888. Windows color (decimal): -4625503 or 10578873. OLE color: 10578873.

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

Color convert

RGB 185 107 161 -
CMYK 0 0.42 0.13 0.27
HSL 318.46º 0.36% 0.57% -
HSV(B) 318.46º 0.42% 0.73% -
XYZ 31.7 23.4 36.56 -
YUV 136.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 185 107 161 0 0.42 0.13 0.27 318.46 0.36 0.57
Hex B9 6B A1 0 2A D 1B 13E 24 39
Octal 271 153 241 0 52 15 33 476 44 71
Binary 10111001 1101011 10100001 0 101010 1101 11011 100111110 100100 111001

Color Harmonies of #B96BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BA1

Black with #B96BA1

Text Example


Text Example

White with #B96BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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