#BFB3A5

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

Shades of Tide #BFB3A5

Tints of Tide #BFB3A5

Color information

#BFB3A5 (or 0xBFB3A5) is unknown color: approx Tide. HEX triplet: BF, B3 and A5. RGB value is (191,179,165). Sum of RGB (Red+Green+Blue) = 191+179+165=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB3A5 is #404C5A. Grayscale: #B5B5B5. Windows color (decimal): -4213851 or 10859455. OLE color: 10859455.

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

Color convert

RGB191179165-
CMYK00.060.140.25
HSL32.31º16.88%69.8%-
HSV(B)32.31º13.61%74.9%-
XYZ44.446.0342.14-
YUV180.99118.98135.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=35.70%
G=33.46%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117916500.060.140.2532.3116.8869.8
HexBFB3A506E19201146
Octal2772632450616314021106
Binary1011111110110011101001010110111011001100000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3A5; }

 p { color: rgb(191,179,165); }

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

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

 a { background-color: rgb(191,179,165); }

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

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

 span { border-color: rgb(191,179,165); }

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