Html Css Color HEX #BBA995 Silk

📋 copy color: '#BBA995'

red 187 ◦ green 169 ◦ blue 149

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

Shades of Silk #BBA995

Tints of Silk #BBA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 37.03%
G = 33.47%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBA995 (or 0xBBA995) is known color: Silk. HEX triplet: BB, A9 and 95. RGB value is (187,169,149). Sum of RGB (Red+Green+Blue) = 187+169+149=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA995 is #44566A. Grayscale: #ACACAC. Windows color (decimal): -4478571 or 9808315. OLE color: 9808315.

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

Color convert

RGB 187 169 149 -
CMYK 0 0.10 0.20 0.27
HSL 31.58º 0.22% 0.66% -
HSV(B) 31.58º 0.2% 0.73% -
XYZ 40.11 41.11 34.26 -
YUV 172.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 187 169 149 0 0.10 0.20 0.27 31.58 0.22 0.66
Hex BB A9 95 0 A 14 1B 20 16 42
Octal 273 251 225 0 12 24 33 40 26 102
Binary 10111011 10101001 10010101 0 1010 10100 11011 100000 10110 1000010

Color Harmonies of #BBA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA995

Black with #BBA995

Text Example


Text Example

White with #BBA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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