Html Css Color HEX #BBA495 Silk

📋 copy color: '#BBA495'

red 187 ◦ green 164 ◦ blue 149

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

Shades of Silk #BBA495

Tints of Silk #BBA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

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

R = 37.4%
G = 32.8%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBA495 (or 0xBBA495) is known color: Silk. HEX triplet: BB, A4 and 95. RGB value is (187,164,149). Sum of RGB (Red+Green+Blue) = 187+164+149=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA495 is #445B6A. Grayscale: #A9A9A9. Windows color (decimal): -4479851 or 9807035. OLE color: 9807035.

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

Color convert

RGB 187 164 149 -
CMYK 0 0.12 0.20 0.27
HSL 23.68º 0.22% 0.66% -
HSV(B) 23.68º 0.2% 0.73% -
XYZ 39.19 39.29 33.95 -
YUV 169.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 187 164 149 0 0.12 0.20 0.27 23.68 0.22 0.66
Hex BB A4 95 0 C 14 1B 18 16 42
Octal 273 244 225 0 14 24 33 30 26 102
Binary 10111011 10100100 10010101 0 1100 10100 11011 11000 10110 1000010

Color Harmonies of #BBA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA495

Black with #BBA495

Text Example


Text Example

White with #BBA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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