Html Css Color HEX #BBAA99 Silk

📋 copy color: '#BBAA99'

red 187 ◦ green 170 ◦ blue 153

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

Shades of Silk #BBAA99

Tints of Silk #BBAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30%

R = 36.67%
G = 33.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBAA99 (or 0xBBAA99) is known color: Silk. HEX triplet: BB, AA and 99. RGB value is (187,170,153). Sum of RGB (Red+Green+Blue) = 187+170+153=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA99 is #445566. Grayscale: #ADADAD. Windows color (decimal): -4478311 or 10070715. OLE color: 10070715.

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

Color convert

RGB 187 170 153 -
CMYK 0 0.09 0.18 0.27
HSL 30º 0.2% 0.67% -
HSV(B) 30º 0.18% 0.73% -
XYZ 40.62 41.61 36.03 -
YUV 173.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 187 170 153 0 0.09 0.18 0.27 30 0.2 0.67
Hex BB AA 99 0 9 12 1B 1E 14 43
Octal 273 252 231 0 11 22 33 36 24 103
Binary 10111011 10101010 10011001 0 1001 10010 11011 11110 10100 1000011

Color Harmonies of #BBAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA99

Black with #BBAA99

Text Example


Text Example

White with #BBAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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