Html Css Color HEX #B0B9A5 Silver Chalice

📋 copy color: '#B0B9A5'

red 176 ◦ green 185 ◦ blue 165

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

Shades of Silver Chalice #B0B9A5

Tints of Silver Chalice #B0B9A5

RGB

 RED value IS 176 (69.14% from 255) = 33.46%

 GREEN value IS 185 (72.66% from 255) = 35.17%

 BLUE value IS 165 (64.84% from 255) = 31.37%

R = 33.46%
G = 35.17%
B = 31.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B0B9A5 (or 0xB0B9A5) is known color: Silver Chalice. HEX triplet: B0, B9 and A5. RGB value is (176,185,165). Sum of RGB (Red+Green+Blue) = 176+185+165=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B9A5 is #4F465A. Grayscale: #B4B4B4. Windows color (decimal): -5195355 or 10860976. OLE color: 10860976.

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

Color convert

RGB 176 185 165 -
CMYK 0.05 0 0.11 0.27
HSL 87º 0.13% 0.69% -
HSV(B) 87º 0.11% 0.73% -
XYZ 42.04 46.64 42.38 -
YUV 180.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 176 185 165 0.05 0 0.11 0.27 87 0.13 0.69
Hex B0 B9 A5 5 0 B 1B 57 C 45
Octal 260 271 245 5 0 13 33 127 14 105
Binary 10110000 10111001 10100101 101 0 1011 11011 1010111 1100 1000101

Color Harmonies of #B0B9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B9A5

Black with #B0B9A5

Text Example


Text Example

White with #B0B9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B9A5; }

 p { color: rgb(176,185,165); }

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

background-color css

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

 a { background-color: rgb(176,185,165); }

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

border-color css

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

 span { border-color: rgb(176,185,165); }

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