Html Css Color HEX #BBA894 Silk

📋 copy color: '#BBA894'

red 187 ◦ green 168 ◦ blue 148

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

Shades of Silk #BBA894

Tints of Silk #BBA894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 37.18%
G = 33.4%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA894 (or 0xBBA894) is known color: Silk. HEX triplet: BB, A8 and 94. RGB value is (187,168,148). Sum of RGB (Red+Green+Blue) = 187+168+148=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA894 is #44576B. Grayscale: #ABABAB. Windows color (decimal): -4478828 or 9742523. OLE color: 9742523.

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

Color convert

RGB 187 168 148 -
CMYK 0 0.10 0.21 0.27
HSL 30.77º 0.22% 0.66% -
HSV(B) 30.77º 0.21% 0.73% -
XYZ 39.84 40.71 33.77 -
YUV 171.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 187 168 148 0 0.10 0.21 0.27 30.77 0.22 0.66
Hex BB A8 94 0 A 15 1B 1F 16 42
Octal 273 250 224 0 12 25 33 37 26 102
Binary 10111011 10101000 10010100 0 1010 10101 11011 11111 10110 1000010

Color Harmonies of #BBA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA894

Black with #BBA894

Text Example


Text Example

White with #BBA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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