Html Css Color HEX #BBAA96 Silk

📋 copy color: '#BBAA96'

red 187 ◦ green 170 ◦ blue 150

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

Shades of Silk #BBAA96

Tints of Silk #BBAA96

RGB

 RED value IS 187 (73.44% from 255) = 36.88%

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 36.88%
G = 33.53%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBAA96 (or 0xBBAA96) is known color: Silk. HEX triplet: BB, AA and 96. RGB value is (187,170,150). Sum of RGB (Red+Green+Blue) = 187+170+150=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA96 is #445569. Grayscale: #ACACAC. Windows color (decimal): -4478314 or 9874107. OLE color: 9874107.

HSL color Cylindrical-coordinate representation of color #BBAA96: hue angle of 32.43º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAA96 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 150 -
CMYK 0 0.09 0.20 0.27
HSL 32.43º 0.21% 0.66% -
HSV(B) 32.43º 0.2% 0.73% -
XYZ 40.37 41.52 34.74 -
YUV 172.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 187 170 150 0 0.09 0.20 0.27 32.43 0.21 0.66
Hex BB AA 96 0 9 14 1B 20 15 42
Octal 273 252 226 0 11 24 33 40 25 102
Binary 10111011 10101010 10010110 0 1001 10100 11011 100000 10101 1000010

Color Harmonies of #BBAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA96

Black with #BBAA96

Text Example


Text Example

White with #BBAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA96; }

 p { color: rgb(187,170,150); }

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

background-color css

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

 a { background-color: rgb(187,170,150); }

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

border-color css

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

 span { border-color: rgb(187,170,150); }

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