Html Css Color HEX #BBAA9D Silk

📋 copy color: '#BBAA9D'

red 187 ◦ green 170 ◦ blue 157

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

Shades of Silk #BBAA9D

Tints of Silk #BBAA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 36.38%
G = 33.07%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBAA9D (or 0xBBAA9D) is known color: Silk. HEX triplet: BB, AA and 9D. RGB value is (187,170,157). Sum of RGB (Red+Green+Blue) = 187+170+157=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA9D is #445562. Grayscale: #ADADAD. Windows color (decimal): -4478307 or 10332859. OLE color: 10332859.

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

Color convert

RGB 187 170 157 -
CMYK 0 0.09 0.16 0.27
HSL 26º 0.18% 0.67% -
HSV(B) 26º 0.16% 0.73% -
XYZ 40.95 41.75 37.8 -
YUV 173.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 187 170 157 0 0.09 0.16 0.27 26 0.18 0.67
Hex BB AA 9D 0 9 10 1B 1A 12 43
Octal 273 252 235 0 11 20 33 32 22 103
Binary 10111011 10101010 10011101 0 1001 10000 11011 11010 10010 1000011

Color Harmonies of #BBAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA9D

Black with #BBAA9D

Text Example


Text Example

White with #BBAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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