#BFBEB4

Color #BFBEB4 Silver Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Sand #BFBEB4

Tints of Silver Sand #BFBEB4

Color information

#BFBEB4 (or 0xBFBEB4) is unknown color: approx Silver Sand. HEX triplet: BF, BE and B4. RGB value is (191,190,180). Sum of RGB (Red+Green+Blue) = 191+190+180=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEB4 is #40414B. Grayscale: #BDBDBD. Windows color (decimal): -4211020 or 11845311. OLE color: 11845311.

HSL color Cylindrical-coordinate representation of color #BFBEB4: hue angle of 54.55º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBEB4 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191190180-
CMYK00.010.060.25
HSL54.55º7.91%72.75%-
HSV(B)54.55º5.76%74.9%-
XYZ48.1451.250.53-
YUV189.16122.83129.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=34.05%
G=33.87%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119018000.010.060.2554.557.9172.75
HexBFBEB40161937849
Octal277276264016316710111
Binary101111111011111010110100011101100111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEB4; }

 p { color: rgb(191,190,180); }

 H1.HeaderClassName
 {
   color: #BFBEB4;
 }
 .AnyTagClassName
 {
   color: #BFBEB4;
 }
</style>
background-color css

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

 a { background-color: rgb(191,190,180); }

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

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

 span { border-color: rgb(191,190,180); }

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