Html Css Color HEX #BBA895 Silk

📋 copy color: '#BBA895'

red 187 ◦ green 168 ◦ blue 149

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

Shades of Silk #BBA895

Tints of Silk #BBA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 37.1%
G = 33.33%
B = 29.56%

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

#BBA895 (or 0xBBA895) is known color: Silk. HEX triplet: BB, A8 and 95. RGB value is (187,168,149). Sum of RGB (Red+Green+Blue) = 187+168+149=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA895 is #44576A. Grayscale: #ABABAB. Windows color (decimal): -4478827 or 9808059. OLE color: 9808059.

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

Color convert

RGB 187 168 149 -
CMYK 0 0.10 0.20 0.27
HSL 30º 0.22% 0.66% -
HSV(B) 30º 0.2% 0.73% -
XYZ 39.92 40.74 34.19 -
YUV 171.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 187 168 149 0 0.10 0.20 0.27 30 0.22 0.66
Hex BB A8 95 0 A 14 1B 1E 16 42
Octal 273 250 225 0 12 24 33 36 26 102
Binary 10111011 10101000 10010101 0 1010 10100 11011 11110 10110 1000010

Color Harmonies of #BBA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA895

Black with #BBA895

Text Example


Text Example

White with #BBA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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