Html Css Color HEX #BBA697 Silk

📋 copy color: '#BBA697'

red 187 ◦ green 166 ◦ blue 151

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

Shades of Silk #BBA697

Tints of Silk #BBA697

RGB

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

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

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

R = 37.1%
G = 32.94%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA697 (or 0xBBA697) is known color: Silk. HEX triplet: BB, A6 and 97. RGB value is (187,166,151). Sum of RGB (Red+Green+Blue) = 187+166+151=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA697 is #445968. Grayscale: #AAAAAA. Windows color (decimal): -4479337 or 9938619. OLE color: 9938619.

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

Color convert

RGB 187 166 151 -
CMYK 0 0.11 0.19 0.27
HSL 25º 0.21% 0.66% -
HSV(B) 25º 0.19% 0.73% -
XYZ 39.72 40.07 34.92 -
YUV 170.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 187 166 151 0 0.11 0.19 0.27 25 0.21 0.66
Hex BB A6 97 0 B 13 1B 19 15 42
Octal 273 246 227 0 13 23 33 31 25 102
Binary 10111011 10100110 10010111 0 1011 10011 11011 11001 10101 1000010

Color Harmonies of #BBA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA697

Black with #BBA697

Text Example


Text Example

White with #BBA697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA697; }

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

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

background-color css

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

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

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

border-color css

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

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

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