Html Css Color HEX #B96FAB Bouquet

📋 copy color: '#B96FAB'

red 185 ◦ green 111 ◦ blue 171

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

Shades of Bouquet #B96FAB

Tints of Bouquet #B96FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 39.61%
G = 23.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B96FAB (or 0xB96FAB) is known color: Bouquet. HEX triplet: B9, 6F and AB. RGB value is (185,111,171). Sum of RGB (Red+Green+Blue) = 185+111+171=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FAB is #469054. Grayscale: #8B8B8B. Windows color (decimal): -4624469 or 11235257. OLE color: 11235257.

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

Color convert

RGB 185 111 171 -
CMYK 0 0.4 0.08 0.27
HSL 311.35º 0.35% 0.58% -
HSV(B) 311.35º 0.4% 0.73% -
XYZ 33.04 24.62 41.54 -
YUV 139.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 185 111 171 0 0.4 0.08 0.27 311.35 0.35 0.58
Hex B9 6F AB 0 28 8 1B 137 23 3A
Octal 271 157 253 0 50 10 33 467 43 72
Binary 10111001 1101111 10101011 0 101000 1000 11011 100110111 100011 111010

Color Harmonies of #B96FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FAB

Black with #B96FAB

Text Example


Text Example

White with #B96FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FAB; }

 p { color: rgb(185,111,171); }

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

background-color css

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

 a { background-color: rgb(185,111,171); }

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

border-color css

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

 span { border-color: rgb(185,111,171); }

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