Html Css Color HEX #BBA497 Silk

📋 copy color: '#BBA497'

red 187 ◦ green 164 ◦ blue 151

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

Shades of Silk #BBA497

Tints of Silk #BBA497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 37.25%
G = 32.67%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA497 (or 0xBBA497) is known color: Silk. HEX triplet: BB, A4 and 97. RGB value is (187,164,151). Sum of RGB (Red+Green+Blue) = 187+164+151=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA497 is #445B68. Grayscale: #A9A9A9. Windows color (decimal): -4479849 or 9938107. OLE color: 9938107.

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

Color convert

RGB 187 164 151 -
CMYK 0 0.12 0.19 0.27
HSL 21.67º 0.21% 0.66% -
HSV(B) 21.67º 0.19% 0.73% -
XYZ 39.35 39.35 34.8 -
YUV 169.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 187 164 151 0 0.12 0.19 0.27 21.67 0.21 0.66
Hex BB A4 97 0 C 13 1B 16 15 42
Octal 273 244 227 0 14 23 33 26 25 102
Binary 10111011 10100100 10010111 0 1100 10011 11011 10110 10101 1000010

Color Harmonies of #BBA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA497

Black with #BBA497

Text Example


Text Example

White with #BBA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA497; }

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

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

background-color css

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

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

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

border-color css

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

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

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