Html Css Color HEX #BBA996 Silk

📋 copy color: '#BBA996'

red 187 ◦ green 169 ◦ blue 150

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

Shades of Silk #BBA996

Tints of Silk #BBA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 36.96%
G = 33.4%
B = 29.64%

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

#BBA996 (or 0xBBA996) is known color: Silk. HEX triplet: BB, A9 and 96. RGB value is (187,169,150). Sum of RGB (Red+Green+Blue) = 187+169+150=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA996 is #445669. Grayscale: #ACACAC. Windows color (decimal): -4478570 or 9873851. OLE color: 9873851.

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

Color convert

RGB 187 169 150 -
CMYK 0 0.10 0.20 0.27
HSL 30.81º 0.21% 0.66% -
HSV(B) 30.81º 0.2% 0.73% -
XYZ 40.19 41.14 34.68 -
YUV 172.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 187 169 150 0 0.10 0.20 0.27 30.81 0.21 0.66
Hex BB A9 96 0 A 14 1B 1F 15 42
Octal 273 251 226 0 12 24 33 37 25 102
Binary 10111011 10101001 10010110 0 1010 10100 11011 11111 10101 1000010

Color Harmonies of #BBA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA996

Black with #BBA996

Text Example


Text Example

White with #BBA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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