Html Css Color HEX #BBA597 Silk

📋 copy color: '#BBA597'

red 187 ◦ green 165 ◦ blue 151

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

Shades of Silk #BBA597

Tints of Silk #BBA597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

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

R = 37.18%
G = 32.8%
B = 30.02%

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

#BBA597 (or 0xBBA597) is known color: Silk. HEX triplet: BB, A5 and 97. RGB value is (187,165,151). Sum of RGB (Red+Green+Blue) = 187+165+151=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA597 is #445A68. Grayscale: #AAAAAA. Windows color (decimal): -4479593 or 9938363. OLE color: 9938363.

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

Color convert

RGB 187 165 151 -
CMYK 0 0.12 0.19 0.27
HSL 23.33º 0.21% 0.66% -
HSV(B) 23.33º 0.19% 0.73% -
XYZ 39.53 39.71 34.86 -
YUV 169.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 187 165 151 0 0.12 0.19 0.27 23.33 0.21 0.66
Hex BB A5 97 0 C 13 1B 17 15 42
Octal 273 245 227 0 14 23 33 27 25 102
Binary 10111011 10100101 10010111 0 1100 10011 11011 10111 10101 1000010

Color Harmonies of #BBA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA597

Black with #BBA597

Text Example


Text Example

White with #BBA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA597; }

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

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

background-color css

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

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

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

border-color css

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

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

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