Html Css Color HEX #B0B5A5 Silver Chalice

📋 copy color: '#B0B5A5'

red 176 ◦ green 181 ◦ blue 165

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

Shades of Silver Chalice #B0B5A5

Tints of Silver Chalice #B0B5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

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

R = 33.72%
G = 34.67%
B = 31.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B0B5A5 (or 0xB0B5A5) is known color: Silver Chalice. HEX triplet: B0, B5 and A5. RGB value is (176,181,165). Sum of RGB (Red+Green+Blue) = 176+181+165=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B5A5 is #4F4A5A. Grayscale: #B1B1B1. Windows color (decimal): -5196379 or 10859952. OLE color: 10859952.

HSL color Cylindrical-coordinate representation of color #B0B5A5: hue angle of 78.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0B5A5 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 165 -
CMYK 0.03 0 0.09 0.29
HSL 78.75º 0.1% 0.68% -
HSV(B) 78.75º 0.09% 0.71% -
XYZ 41.22 44.99 42.11 -
YUV 177.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 176 181 165 0.03 0 0.09 0.29 78.75 0.1 0.68
Hex B0 B5 A5 3 0 9 1D 4F A 44
Octal 260 265 245 3 0 11 35 117 12 104
Binary 10110000 10110101 10100101 11 0 1001 11101 1001111 1010 1000100

Color Harmonies of #B0B5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B5A5

Black with #B0B5A5

Text Example


Text Example

White with #B0B5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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