Html Css Color HEX #BBA994 Silk

📋 copy color: '#BBA994'

red 187 ◦ green 169 ◦ blue 148

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

Shades of Silk #BBA994

Tints of Silk #BBA994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 37.1%
G = 33.53%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA994 (or 0xBBA994) is known color: Silk. HEX triplet: BB, A9 and 94. RGB value is (187,169,148). Sum of RGB (Red+Green+Blue) = 187+169+148=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA994 is #44566B. Grayscale: #ACACAC. Windows color (decimal): -4478572 or 9742779. OLE color: 9742779.

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

Color convert

RGB 187 169 148 -
CMYK 0 0.10 0.21 0.27
HSL 32.31º 0.22% 0.66% -
HSV(B) 32.31º 0.21% 0.73% -
XYZ 40.03 41.08 33.84 -
YUV 171.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 187 169 148 0 0.10 0.21 0.27 32.31 0.22 0.66
Hex BB A9 94 0 A 15 1B 20 16 42
Octal 273 251 224 0 12 25 33 40 26 102
Binary 10111011 10101001 10010100 0 1010 10101 11011 100000 10110 1000010

Color Harmonies of #BBA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA994

Black with #BBA994

Text Example


Text Example

White with #BBA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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