Html Css Color HEX #B96B9B Bouquet

📋 copy color: '#B96B9B'

red 185 ◦ green 107 ◦ blue 155

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

Shades of Bouquet #B96B9B

Tints of Bouquet #B96B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 41.39%
G = 23.94%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B96B9B (or 0xB96B9B) is known color: Bouquet. HEX triplet: B9, 6B and 9B. RGB value is (185,107,155). Sum of RGB (Red+Green+Blue) = 185+107+155=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B9B is #469464. Grayscale: #878787. Windows color (decimal): -4625509 or 10185657. OLE color: 10185657.

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

Color convert

RGB 185 107 155 -
CMYK 0 0.42 0.16 0.27
HSL 323.08º 0.36% 0.57% -
HSV(B) 323.08º 0.42% 0.73% -
XYZ 31.18 23.2 33.84 -
YUV 135.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 185 107 155 0 0.42 0.16 0.27 323.08 0.36 0.57
Hex B9 6B 9B 0 2A 10 1B 143 24 39
Octal 271 153 233 0 52 20 33 503 44 71
Binary 10111001 1101011 10011011 0 101010 10000 11011 101000011 100100 111001

Color Harmonies of #B96B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B9B

Black with #B96B9B

Text Example


Text Example

White with #B96B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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