Html Css Color HEX #BBA896 Silk

📋 copy color: '#BBA896'

red 187 ◦ green 168 ◦ blue 150

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

Shades of Silk #BBA896

Tints of Silk #BBA896

RGB

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

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

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

R = 37.03%
G = 33.27%
B = 29.7%

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

#BBA896 (or 0xBBA896) is known color: Silk. HEX triplet: BB, A8 and 96. RGB value is (187,168,150). Sum of RGB (Red+Green+Blue) = 187+168+150=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA896 is #445769. Grayscale: #ABABAB. Windows color (decimal): -4478826 or 9873595. OLE color: 9873595.

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

Color convert

RGB 187 168 150 -
CMYK 0 0.10 0.20 0.27
HSL 29.19º 0.21% 0.66% -
HSV(B) 29.19º 0.2% 0.73% -
XYZ 40 40.77 34.62 -
YUV 171.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 187 168 150 0 0.10 0.20 0.27 29.19 0.21 0.66
Hex BB A8 96 0 A 14 1B 1D 15 42
Octal 273 250 226 0 12 24 33 35 25 102
Binary 10111011 10101000 10010110 0 1010 10100 11011 11101 10101 1000010

Color Harmonies of #BBA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA896

Black with #BBA896

Text Example


Text Example

White with #BBA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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