Html Css Color HEX #BBA694 Silk

📋 copy color: '#BBA694'

red 187 ◦ green 166 ◦ blue 148

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

Shades of Silk #BBA694

Tints of Silk #BBA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.13%

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

R = 37.33%
G = 33.13%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA694 (or 0xBBA694) is known color: Silk. HEX triplet: BB, A6 and 94. RGB value is (187,166,148). Sum of RGB (Red+Green+Blue) = 187+166+148=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA694 is #44596B. Grayscale: #AAAAAA. Windows color (decimal): -4479340 or 9742011. OLE color: 9742011.

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

Color convert

RGB 187 166 148 -
CMYK 0 0.11 0.21 0.27
HSL 27.69º 0.22% 0.66% -
HSV(B) 27.69º 0.21% 0.73% -
XYZ 39.48 39.98 33.65 -
YUV 170.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 187 166 148 0 0.11 0.21 0.27 27.69 0.22 0.66
Hex BB A6 94 0 B 15 1B 1C 16 42
Octal 273 246 224 0 13 25 33 34 26 102
Binary 10111011 10100110 10010100 0 1011 10101 11011 11100 10110 1000010

Color Harmonies of #BBA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA694

Black with #BBA694

Text Example


Text Example

White with #BBA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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