#BFB2AA

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

Shades of Tide #BFB2AA

Tints of Tide #BFB2AA

Color information

#BFB2AA (or 0xBFB2AA) is unknown color: approx Tide. HEX triplet: BF, B2 and AA. RGB value is (191,178,170). Sum of RGB (Red+Green+Blue) = 191+178+170=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2AA is #404D55. Grayscale: #B5B5B5. Windows color (decimal): -4214102 or 11186879. OLE color: 11186879.

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

Color convert

RGB191178170-
CMYK00.070.110.25
HSL22.86º14.09%70.78%-
HSV(B)22.86º10.99%74.9%-
XYZ44.6645.8244.52-
YUV180.97121.81135.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=35.44%
G=33.02%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117817000.070.110.2522.8614.0970.78
HexBFB2AA07B1917e47
Octal2772622520713312716107
Binary10111111101100101010101001111011110011011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2AA; }

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

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

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

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

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

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

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

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