Html Css Color HEX #B96DA6 Bouquet

📋 copy color: '#B96DA6'

red 185 ◦ green 109 ◦ blue 166

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

Shades of Bouquet #B96DA6

Tints of Bouquet #B96DA6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 40.22%
G = 23.7%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B96DA6 (or 0xB96DA6) is known color: Bouquet. HEX triplet: B9, 6D and A6. RGB value is (185,109,166). Sum of RGB (Red+Green+Blue) = 185+109+166=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DA6 is #469259. Grayscale: #8A8A8A. Windows color (decimal): -4624986 or 10907065. OLE color: 10907065.

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

Color convert

RGB 185 109 166 -
CMYK 0 0.41 0.10 0.27
HSL 315º 0.35% 0.58% -
HSV(B) 315º 0.41% 0.73% -
XYZ 32.36 24 39 -
YUV 138.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 185 109 166 0 0.41 0.10 0.27 315 0.35 0.58
Hex B9 6D A6 0 29 A 1B 13B 23 3A
Octal 271 155 246 0 51 12 33 473 43 72
Binary 10111001 1101101 10100110 0 101001 1010 11011 100111011 100011 111010

Color Harmonies of #B96DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DA6

Black with #B96DA6

Text Example


Text Example

White with #B96DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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