Html Css Color HEX #B96A9E Bouquet

📋 copy color: '#B96A9E'

red 185 ◦ green 106 ◦ blue 158

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

Shades of Bouquet #B96A9E

Tints of Bouquet #B96A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 41.2%
G = 23.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B96A9E (or 0xB96A9E) is known color: Bouquet. HEX triplet: B9, 6A and 9E. RGB value is (185,106,158). Sum of RGB (Red+Green+Blue) = 185+106+158=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A9E is #469561. Grayscale: #878787. Windows color (decimal): -4625762 or 10382009. OLE color: 10382009.

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

Color convert

RGB 185 106 158 -
CMYK 0 0.43 0.15 0.27
HSL 320.51º 0.36% 0.57% -
HSV(B) 320.51º 0.43% 0.73% -
XYZ 31.33 23.09 35.15 -
YUV 135.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 185 106 158 0 0.43 0.15 0.27 320.51 0.36 0.57
Hex B9 6A 9E 0 2B F 1B 141 24 39
Octal 271 152 236 0 53 17 33 501 44 71
Binary 10111001 1101010 10011110 0 101011 1111 11011 101000001 100100 111001

Color Harmonies of #B96A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A9E

Black with #B96A9E

Text Example


Text Example

White with #B96A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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