#BFB4AE

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

Shades of Tide #BFB4AE

Tints of Tide #BFB4AE

Color information

#BFB4AE (or 0xBFB4AE) is unknown color: approx Tide. HEX triplet: BF, B4 and AE. RGB value is (191,180,174). Sum of RGB (Red+Green+Blue) = 191+180+174=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4AE is #404B51. Grayscale: #B6B6B6. Windows color (decimal): -4213586 or 11449535. OLE color: 11449535.

HSL color Cylindrical-coordinate representation of color #BFB4AE: hue angle of 21.18º 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 #BFB4AE is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191180174-
CMYK00.060.090.25
HSL21.18º11.72%71.57%-
HSV(B)21.18º8.9%74.9%-
XYZ45.4546.7746.68-
YUV182.6123.14133.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=35.05%
G=33.03%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118017400.060.090.2521.1811.7271.57
HexBFB4AE0691915c48
Octal2772642560611312514110
Binary10111111101101001010111001101001110011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4AE; }

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

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

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

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

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

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

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

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