#BFB5AE

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

Shades of Tide #BFB5AE

Tints of Tide #BFB5AE

Color information

#BFB5AE (or 0xBFB5AE) is unknown color: approx Tide. HEX triplet: BF, B5 and AE. RGB value is (191,181,174). Sum of RGB (Red+Green+Blue) = 191+181+174=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5AE is #404A51. Grayscale: #B7B7B7. Windows color (decimal): -4213330 or 11449791. OLE color: 11449791.

HSL color Cylindrical-coordinate representation of color #BFB5AE: hue angle of 24.71º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB5AE is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191181174-
CMYK00.050.090.25
HSL24.71º11.72%71.57%-
HSV(B)24.71º8.9%74.9%-
XYZ45.6547.1846.75-
YUV183.19122.81133.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=34.98%
G=33.15%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118117400.050.090.2524.7111.7271.57
HexBFB5AE0591919c48
Octal2772652560511313114110
Binary10111111101101011010111001011001110011100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5AE; }

 p { color: rgb(191,181,174); }

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

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

 a { background-color: rgb(191,181,174); }

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

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

 span { border-color: rgb(191,181,174); }

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