#BFB4AA

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

Shades of Tide #BFB4AA

Tints of Tide #BFB4AA

Color information

#BFB4AA (or 0xBFB4AA) is unknown color: approx Tide. HEX triplet: BF, B4 and AA. RGB value is (191,180,170). Sum of RGB (Red+Green+Blue) = 191+180+170=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4AA is #404B55. Grayscale: #B6B6B6. Windows color (decimal): -4213590 or 11187391. OLE color: 11187391.

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

Color convert

RGB191180170-
CMYK00.060.110.25
HSL28.57º14.09%70.78%-
HSV(B)28.57º10.99%74.9%-
XYZ45.0646.6244.65-
YUV182.15121.14134.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=35.30%
G=33.27%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118017000.060.110.2528.5714.0970.78
HexBFB4AA06B191de47
Octal2772642520613313516107
Binary10111111101101001010101001101011110011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4AA; }

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

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

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

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

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

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

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

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