Html Css Color HEX #B96AA2 Bouquet

📋 copy color: '#B96AA2'

red 185 ◦ green 106 ◦ blue 162

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

Shades of Bouquet #B96AA2

Tints of Bouquet #B96AA2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.4%

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

R = 40.84%
G = 23.4%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B96AA2 (or 0xB96AA2) is known color: Bouquet. HEX triplet: B9, 6A and A2. RGB value is (185,106,162). Sum of RGB (Red+Green+Blue) = 185+106+162=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AA2 is #46955D. Grayscale: #878787. Windows color (decimal): -4625758 or 10644153. OLE color: 10644153.

HSL color Cylindrical-coordinate representation of color #B96AA2: hue angle of 317.47º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96AA2 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 162 -
CMYK 0 0.43 0.12 0.27
HSL 317.47º 0.36% 0.57% -
HSV(B) 317.47º 0.43% 0.73% -
XYZ 31.68 23.23 37 -
YUV 136.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 185 106 162 0 0.43 0.12 0.27 317.47 0.36 0.57
Hex B9 6A A2 0 2B C 1B 13D 24 39
Octal 271 152 242 0 53 14 33 475 44 71
Binary 10111001 1101010 10100010 0 101011 1100 11011 100111101 100100 111001

Color Harmonies of #B96AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AA2

Black with #B96AA2

Text Example


Text Example

White with #B96AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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