Html Css Color HEX #B96BA7 Bouquet

📋 copy color: '#B96BA7'

red 185 ◦ green 107 ◦ blue 167

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

Shades of Bouquet #B96BA7

Tints of Bouquet #B96BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 40.31%
G = 23.31%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B96BA7 (or 0xB96BA7) is known color: Bouquet. HEX triplet: B9, 6B and A7. RGB value is (185,107,167). Sum of RGB (Red+Green+Blue) = 185+107+167=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA7 is #469458. Grayscale: #898989. Windows color (decimal): -4625497 or 10972089. OLE color: 10972089.

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

Color convert

RGB 185 107 167 -
CMYK 0 0.42 0.10 0.27
HSL 313.85º 0.36% 0.57% -
HSV(B) 313.85º 0.42% 0.73% -
XYZ 32.24 23.62 39.42 -
YUV 137.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 185 107 167 0 0.42 0.10 0.27 313.85 0.36 0.57
Hex B9 6B A7 0 2A A 1B 13A 24 39
Octal 271 153 247 0 52 12 33 472 44 71
Binary 10111001 1101011 10100111 0 101010 1010 11011 100111010 100100 111001

Color Harmonies of #B96BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BA7

Black with #B96BA7

Text Example


Text Example

White with #B96BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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