Html Css Color HEX #BBA99D Silk

📋 copy color: '#BBA99D'

red 187 ◦ green 169 ◦ blue 157

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

Shades of Silk #BBA99D

Tints of Silk #BBA99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.94%

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

R = 36.45%
G = 32.94%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBA99D (or 0xBBA99D) is known color: Silk. HEX triplet: BB, A9 and 9D. RGB value is (187,169,157). Sum of RGB (Red+Green+Blue) = 187+169+157=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA99D is #445662. Grayscale: #ADADAD. Windows color (decimal): -4478563 or 10332603. OLE color: 10332603.

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

Color convert

RGB 187 169 157 -
CMYK 0 0.10 0.16 0.27
HSL 24º 0.18% 0.67% -
HSV(B) 24º 0.16% 0.73% -
XYZ 40.77 41.38 37.74 -
YUV 173.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 187 169 157 0 0.10 0.16 0.27 24 0.18 0.67
Hex BB A9 9D 0 A 10 1B 18 12 43
Octal 273 251 235 0 12 20 33 30 22 103
Binary 10111011 10101001 10011101 0 1010 10000 11011 11000 10010 1000011

Color Harmonies of #BBA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA99D

Black with #BBA99D

Text Example


Text Example

White with #BBA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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