Html Css Color HEX #B96CA7 Bouquet

📋 copy color: '#B96CA7'

red 185 ◦ green 108 ◦ blue 167

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

Shades of Bouquet #B96CA7

Tints of Bouquet #B96CA7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.48%

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

R = 40.22%
G = 23.48%
B = 36.3%

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

#B96CA7 (or 0xB96CA7) is known color: Bouquet. HEX triplet: B9, 6C and A7. RGB value is (185,108,167). Sum of RGB (Red+Green+Blue) = 185+108+167=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CA7 is #469358. Grayscale: #898989. Windows color (decimal): -4625241 or 10972345. OLE color: 10972345.

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

Color convert

RGB 185 108 167 -
CMYK 0 0.42 0.10 0.27
HSL 314.03º 0.35% 0.57% -
HSV(B) 314.03º 0.42% 0.73% -
XYZ 32.35 23.83 39.45 -
YUV 137.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 185 108 167 0 0.42 0.10 0.27 314.03 0.35 0.57
Hex B9 6C A7 0 2A A 1B 13A 23 39
Octal 271 154 247 0 52 12 33 472 43 71
Binary 10111001 1101100 10100111 0 101010 1010 11011 100111010 100011 111001

Color Harmonies of #B96CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CA7

Black with #B96CA7

Text Example


Text Example

White with #B96CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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