Html Css Color HEX #BBA99E Silk

📋 copy color: '#BBA99E'

red 187 ◦ green 169 ◦ blue 158

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

Shades of Silk #BBA99E

Tints of Silk #BBA99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 36.38%
G = 32.88%
B = 30.74%

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

#BBA99E (or 0xBBA99E) is known color: Silk. HEX triplet: BB, A9 and 9E. RGB value is (187,169,158). Sum of RGB (Red+Green+Blue) = 187+169+158=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA99E is #445661. Grayscale: #ADADAD. Windows color (decimal): -4478562 or 10398139. OLE color: 10398139.

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

Color convert

RGB 187 169 158 -
CMYK 0 0.10 0.16 0.27
HSL 22.76º 0.18% 0.68% -
HSV(B) 22.76º 0.16% 0.73% -
XYZ 40.85 41.41 38.19 -
YUV 173.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 187 169 158 0 0.10 0.16 0.27 22.76 0.18 0.68
Hex BB A9 9E 0 A 10 1B 17 12 44
Octal 273 251 236 0 12 20 33 27 22 104
Binary 10111011 10101001 10011110 0 1010 10000 11011 10111 10010 1000100

Color Harmonies of #BBA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA99E

Black with #BBA99E

Text Example


Text Example

White with #BBA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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